You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by cp...@apache.org on 2017/01/12 18:02:54 UTC

lucene-solr:branch_6x: SOLR-8542: changed Solr Reference Guide section references from "Result Reranking" to "Learning To Rank"

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x bd80359de -> 9b03e3843


SOLR-8542: changed Solr Reference Guide section references from "Result Reranking" to "Learning To Rank"

(Also added bullet points for the solr/contrib/ltr/README links.)


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/9b03e384
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/9b03e384
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/9b03e384

Branch: refs/heads/branch_6x
Commit: 9b03e3843640d716f021d797e1c7307164a0cb7f
Parents: bd80359
Author: Christine Poerschke <cp...@apache.org>
Authored: Thu Jan 12 17:53:35 2017 +0000
Committer: Christine Poerschke <cp...@apache.org>
Committed: Thu Jan 12 18:02:33 2017 +0000

----------------------------------------------------------------------
 solr/contrib/ltr/README.md                                | 10 +++++-----
 solr/contrib/ltr/example/README.md                        |  2 +-
 .../sample_techproducts_configs/conf/solrconfig.xml       |  6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/9b03e384/solr/contrib/ltr/README.md
----------------------------------------------------------------------
diff --git a/solr/contrib/ltr/README.md b/solr/contrib/ltr/README.md
index a997d16..cc28dcc 100644
--- a/solr/contrib/ltr/README.md
+++ b/solr/contrib/ltr/README.md
@@ -8,17 +8,17 @@ deploy that model to Solr and use it to rerank your top X search results.
 # Getting Started With Solr Learning To Rank
 
 For information on how to get started with solr ltr please see:
-[Solr Reference Guide's section on Result Reranking](https://cwiki.apache.org/confluence/display/solr/Result+Reranking)
+ * [Solr Reference Guide's section on Learning To Rank](https://cwiki.apache.org/confluence/display/solr/Learning+To+Rank)
 
 # Getting Started With Solr
 
 For information on how to get started with solr please see:
-[solr/README.txt](../../README.txt)
-[Solr Quick Start](http://lucene.apache.org/solr/quickstart.html)
+ * [solr/README.txt](../../README.txt)
+ * [Solr Quick Start](http://lucene.apache.org/solr/quickstart.html)
 
 # How To Contribute
 
 For information on how to contribute see:
-http://wiki.apache.org/lucene-java/HowToContribute
-http://wiki.apache.org/solr/HowToContribute
+ * http://wiki.apache.org/lucene-java/HowToContribute
+ * http://wiki.apache.org/solr/HowToContribute
 

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/9b03e384/solr/contrib/ltr/example/README.md
----------------------------------------------------------------------
diff --git a/solr/contrib/ltr/example/README.md b/solr/contrib/ltr/example/README.md
index 7842494..054c3ab 100644
--- a/solr/contrib/ltr/example/README.md
+++ b/solr/contrib/ltr/example/README.md
@@ -1,6 +1,6 @@
 This README file is only about this example directory's content.
 
-Please refer to the Solr Reference Guide's section on [Result Reranking](https://cwiki.apache.org/confluence/display/solr/Result+Reranking) section for broader information on Learning to Rank (LTR) with Apache Solr.
+Please refer to the Solr Reference Guide's section on [Learning To Rank](https://cwiki.apache.org/confluence/display/solr/Learning+To+Rank) section for broader information on Learning to Rank (LTR) with Apache Solr.
 
 # Start Solr with the LTR plugin enabled
 

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/9b03e384/solr/server/solr/configsets/sample_techproducts_configs/conf/solrconfig.xml
----------------------------------------------------------------------
diff --git a/solr/server/solr/configsets/sample_techproducts_configs/conf/solrconfig.xml b/solr/server/solr/configsets/sample_techproducts_configs/conf/solrconfig.xml
index 6ca9876..d1f6111 100644
--- a/solr/server/solr/configsets/sample_techproducts_configs/conf/solrconfig.xml
+++ b/solr/server/solr/configsets/sample_techproducts_configs/conf/solrconfig.xml
@@ -515,7 +515,7 @@
          when running solr to run with ltr enabled:
            -Dsolr.ltr.enabled=true
 
-         https://cwiki.apache.org/confluence/display/solr/Result+Reranking
+         https://cwiki.apache.org/confluence/display/solr/Learning+To+Rank
       -->
     <cache enable="${solr.ltr.enabled:false}" name="QUERY_DOC_FV"
            class="solr.search.LRUCache"
@@ -1613,7 +1613,7 @@
         when running solr to run with ltr enabled:
           -Dsolr.ltr.enabled=true
 
-        https://cwiki.apache.org/confluence/display/solr/Result+Reranking
+        https://cwiki.apache.org/confluence/display/solr/Learning+To+Rank
 
         Query parser is used to rerank top docs with a provided model
     -->
@@ -1654,7 +1654,7 @@
       when running solr to run with ltr enabled:
         -Dsolr.ltr.enabled=true
 
-      https://cwiki.apache.org/confluence/display/solr/Result+Reranking
+      https://cwiki.apache.org/confluence/display/solr/Learning+To+Rank
       -->
     <transformer enable="${solr.ltr.enabled:false}" name="features" class="org.apache.solr.ltr.response.transform.LTRFeatureLoggerTransformerFactory">
       <str name="fvCacheName">QUERY_DOC_FV</str>