mirror of https://github.com/apache/lucene.git
89c54ec0d1
1) use per-method state isolation in several tests...
This helps prevent failures in one test to allow persisted date to leak into other test methods,
as well as ensuring that these tests play nicely with -Dtests.iters > 1
2) TestRerankBase cleanup to eliminate unnecessary extra SolrCore (that was being leaked)
(cherry picked from commit
|
||
---|---|---|
.. | ||
example | ||
src | ||
README.md | ||
README.txt | ||
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: