lucene/solr/contrib/ltr
David Smiley 7b3980c080 SOLR-14364: LTR SolrFeature fq improvements
Mostly general code improvements, though it should support postFilters now
Add QueryUtils.combineQueryAndFilter
2020-04-03 19:20:55 -04:00
..
example
src SOLR-14364: LTR SolrFeature fq improvements 2020-04-03 19:20:55 -04:00
README.md
README.txt
build.gradle LUCENE-9182: add apache license headers to all .gradle files and enforce in rat task 2020-01-27 12:05:34 -05:00
build.xml
ivy.xml

README.md

Welcome to Apache Solr Learning to Rank!

Apache Solr Learning to Rank (LTR) provides a way for you to extract features directly inside Solr for use in training a machine learned model. You can then 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:

Getting Started With Solr

For information on how to get started with solr please see:

How To Contribute

For information on how to contribute see: