You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ct...@apache.org on 2018/03/16 18:47:34 UTC

lucene-solr:branch_7_3: Ref Guide: Use version param in GH link for LTR examples; fix name of demo script; make Git URL more precise

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7_3 06bdd4d42 -> bb2dfbbec


Ref Guide: Use version param in GH link for LTR examples; fix name of demo script; make Git URL more precise


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/bb2dfbbe
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/bb2dfbbe
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/bb2dfbbe

Branch: refs/heads/branch_7_3
Commit: bb2dfbbec4f705f92e4945cb361e5f7483ae4049
Parents: 06bdd4d
Author: Cassandra Targett <ct...@apache.org>
Authored: Fri Mar 16 13:45:16 2018 -0500
Committer: Cassandra Targett <ct...@apache.org>
Committed: Fri Mar 16 13:47:27 2018 -0500

----------------------------------------------------------------------
 solr/solr-ref-guide/src/learning-to-rank.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/bb2dfbbe/solr/solr-ref-guide/src/learning-to-rank.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/learning-to-rank.adoc b/solr/solr-ref-guide/src/learning-to-rank.adoc
index b692ed7..f98f049 100644
--- a/solr/solr-ref-guide/src/learning-to-rank.adoc
+++ b/solr/solr-ref-guide/src/learning-to-rank.adoc
@@ -371,7 +371,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 model' script can be found in the `solr/contrib/ltr/example` folder in the https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git[Apache lucene-solr git repository] which is mirrored on https://github.com/apache/lucene-solr/tree/releases/lucene-solr/6.4.0/solr/contrib/ltr/example[github.com] (the `solr/contrib/ltr/example` folder is not shipped in the Solr binary release).
+Example training data and a demo `train_and_upload_demo_model.py` script can be found in the `solr/contrib/ltr/example` folder in the https://git1-us-west.apache.org/repos/asf?p=lucene-solr.git;a=tree;f=solr/contrib/ltr/example[Apache lucene-solr Git repository] (mirrored on https://github.com/apache/lucene-solr/tree/releases/lucene-solr/{solr-docs-version}.0/solr/contrib/ltr/example[github.com]). This example folder is not shipped in the Solr binary release.
 
 == Installation of LTR