README.txt 880 B

1234567891011121314151617181920212223
  1. Welcome to Apache Solr Learning to Rank!
  2. ========
  3. Apache Solr Learning to Rank (LTR) provides a way for you to extract features
  4. directly inside Solr for use in training a machine learned model. You can then
  5. deploy that model to Solr and use it to rerank your top X search results.
  6. # Getting Started With Solr Learning To Rank
  7. For information on how to get started with solr ltr please see:
  8. * [Solr Reference Guide's section on Learning To Rank](https://lucene.apache.org/solr/guide/learning-to-rank.html)
  9. # Getting Started With Solr
  10. For information on how to get started with solr please see:
  11. * [solr/README.txt](../../README.txt)
  12. * [Solr Tutorial](https://lucene.apache.org/solr/guide/solr-tutorial.html)
  13. # How To Contribute
  14. For information on how to contribute see:
  15. * http://wiki.apache.org/lucene-java/HowToContribute
  16. * http://wiki.apache.org/solr/HowToContribute