Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Even though Solr comes out of the box with the LTR capabilities, it is not possible to use them in an existing collection without hand editing the solrconfig.xml to add the jar. Many other contrib jars are already present in the _default configset's solrconfig.xml.
I propose to add the ltr jar in the _default configset's solrconfig:
<lib dir="${solr.install.dir:../../../..}/dist/" regex="solr-ltr-\d.*\.jar" />
Any thoughts, cpoerschke?