SOLR-13978: Removed LTR from default configset

This commit is contained in:
Ishan Chattopadhyaya 2019-12-12 15:09:21 +05:30
parent fa1ad006b6
commit 7097e9c41a
3 changed files with 5 additions and 5 deletions

View File

@ -164,7 +164,7 @@ Upgrade Notes
would cause inconsistent behavior and NPEs. would cause inconsistent behavior and NPEs.
* SOLR-13978: The default configset no longer has the following: * SOLR-13978: The default configset no longer has the following:
- Library inclusions (<lib ../>) for extraction, solr-cell libs, clustering, velocity and language identifier - Library inclusions (<lib ../>) for extraction, solr-cell libs, clustering, velocity, LTR and language identifier
- /browse, /tvrh and /update/extract handlers - /browse, /tvrh and /update/extract handlers
- TermVector component (if someone wants it, can be added using config APIs) - TermVector component (if someone wants it, can be added using config APIs)
- XSLT response writer - XSLT response writer

View File

@ -69,10 +69,10 @@
If a 'dir' option (with or without a regex) is used and nothing If a 'dir' option (with or without a regex) is used and nothing
is found that matches, a warning will be logged. is found that matches, a warning will be logged.
The examples below can be used to load some solr-contribs along The example below can be used to load a solr-contrib along
with their external dependencies. with their external dependencies.
--> -->
<lib dir="${solr.install.dir:../../../..}/dist/" regex="solr-ltr-\d.*\.jar" /> <!-- <lib dir="${solr.install.dir:../../../..}/dist/" regex="solr-ltr-\d.*\.jar" /> -->
<!-- an exact 'path' can be used instead of a 'dir' to specify a <!-- an exact 'path' can be used instead of a 'dir' to specify a
specific jar file. This will cause a serious error to be logged specific jar file. This will cause a serious error to be logged

View File

@ -69,10 +69,10 @@
If a 'dir' option (with or without a regex) is used and nothing If a 'dir' option (with or without a regex) is used and nothing
is found that matches, a warning will be logged. is found that matches, a warning will be logged.
The examples below can be used to load some solr-contribs along The example below can be used to load a solr-contrib along
with their external dependencies. with their external dependencies.
--> -->
<lib dir="${solr.install.dir:../../../..}/dist/" regex="solr-ltr-\d.*\.jar" /> <!-- <lib dir="${solr.install.dir:../../../..}/dist/" regex="solr-ltr-\d.*\.jar" /> -->
<!-- an exact 'path' can be used instead of a 'dir' to specify a <!-- an exact 'path' can be used instead of a 'dir' to specify a
specific jar file. This will cause a serious error to be logged specific jar file. This will cause a serious error to be logged