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:46:43 UTC

lucene-solr:master: 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/master 80485cf51 -> 144206db3


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/144206db
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/144206db
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/144206db

Branch: refs/heads/master
Commit: 144206db3328244f27bd3d4bd8109637f2dec9b1
Parents: 80485cf
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:45:16 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/144206db/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