Details
-
Task
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
In the https://lucene.apache.org/solr/guide/8_3/learning-to-rank.html#using-large-models section we currently have
<lib dir="/path/to" regex="models" />
and as was mentioned today to me the use of a regex here is confusing (since it's not actually a regex as such).
The test files just use a path and also helpfully have a comment re: the purpose of the lib directive: https://github.com/apache/lucene-solr/blob/releases/lucene-solr/8.3.1/solr/contrib/ltr/src/test-files/solr/collection1/conf/solrconfig-ltr.xml#L19-L20
Attachments
Attachments
Issue Links
- is related to
-
SOLR-11250 Add new LTR model which loads the model definition from the external resource
- Closed