aboutsummaryrefslogtreecommitdiff
path: root/solr-8.1.1/contrib/ltr
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-08-01 15:05:38 -0400
committerbob <bcz@cs.brown.edu>2019-08-01 15:05:38 -0400
commitff5fbd1206a065eabab917def7d83337a0442cab (patch)
tree07c2f86558f9255b9e5a69e032287b8d0539dbd5 /solr-8.1.1/contrib/ltr
parent49faa4e76f91fed04bb1923d81dd23d57a157a63 (diff)
parent6f3d4a7015e15e0523fc194f7f911f6d45259165 (diff)
Merge branch 'master' into grouping
Diffstat (limited to 'solr-8.1.1/contrib/ltr')
-rw-r--r--solr-8.1.1/contrib/ltr/README.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/solr-8.1.1/contrib/ltr/README.txt b/solr-8.1.1/contrib/ltr/README.txt
new file mode 100644
index 000000000..6324ecfb3
--- /dev/null
+++ b/solr-8.1.1/contrib/ltr/README.txt
@@ -0,0 +1,23 @@
+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:
+ * [Solr Reference Guide's section on Learning To Rank](https://lucene.apache.org/solr/guide/learning-to-rank.html)
+
+# Getting Started With Solr
+
+For information on how to get started with solr please see:
+ * [solr/README.txt](../../README.txt)
+ * [Solr Tutorial](https://lucene.apache.org/solr/guide/solr-tutorial.html)
+
+# How To Contribute
+
+For information on how to contribute see:
+ * http://wiki.apache.org/lucene-java/HowToContribute
+ * http://wiki.apache.org/solr/HowToContribute