This is an automated email from the ASF dual-hosted git repository.
janhoy pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9x by this push:
new a4ed96a043f [RefGuide] Fix github link on learning-to-rank.adoc page
(#798)
a4ed96a043f is described below
commit a4ed96a043f724485a556b1388ce8b2ddf936b0b
Author: Jan Høydahl <[email protected]>
AuthorDate: Fri Apr 8 22:11:25 2022 +0200
[RefGuide] Fix github link on learning-to-rank.adoc page (#798)
(cherry picked from commit 04312bac158bbe9de2c9e6a663f9c24ae07f690a)
---
solr/solr-ref-guide/modules/query-guide/pages/learning-to-rank.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/solr/solr-ref-guide/modules/query-guide/pages/learning-to-rank.adoc
b/solr/solr-ref-guide/modules/query-guide/pages/learning-to-rank.adoc
index f842037c40e..874d4e1e56d 100644
--- a/solr/solr-ref-guide/modules/query-guide/pages/learning-to-rank.adoc
+++ b/solr/solr-ref-guide/modules/query-guide/pages/learning-to-rank.adoc
@@ -472,7 +472,7 @@ Read more about model evolution in the <<LTR Lifecycle>>
section of this page.
=== Training Example
-Example training data and a demo `train_and_upload_demo_model.py` script can
be found in the `solr/modules/ltr/example` folder in the
https://gitbox.apache.org/repos/asf?p=solr.git;a=tree;f=solr/modules/ltr/example[Apache
lucene-solr Git repository] (mirrored on
https://github.com/apache/lucene-solr/tree/releases/lucene-solr/{solr-full-version}/solr/modules/ltr/example[github.com]).
+Example training data and a demo `train_and_upload_demo_model.py` script can
be found in the `solr/modules/ltr/example` folder in the
https://gitbox.apache.org/repos/asf?p=solr.git;a=tree;f=solr/modules/ltr/example[Apache
Solr Git repository] (mirrored on
https://github.com/apache/solr/tree/releases/solr/{solr-full-version}/solr/modules/ltr/example[github.com]).
This example folder is not shipped in the Solr binary release.
== Installation of LTR