mirror of https://github.com/apache/lucene.git
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.)
This commit is contained in:
parent
dee7709dd8
commit
987e2650b5
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue