mirror of https://github.com/apache/lucene.git
75b1831967
SOLR-12804: Remove static modifier from Overseer queue access. SOLR-12896: Introduce more checks for shutdown and closed to improve clean close and shutdown. (Partial) SOLR-12897: Introduce AlreadyClosedException to clean up silly close / shutdown logging. (Partial) SOLR-12898: Replace cluster state polling with ZkStateReader#waitFor. (Partial) SOLR-12923: The new AutoScaling tests are way too flaky and need special attention. (Partial) SOLR-12932: ant test (without badapples=false) should pass easily for developers. (Partial) SOLR-12933: Fix SolrCloud distributed 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: