mirror of https://github.com/apache/lucene.git
SOLR-13978: Removed LTR from default configset
This commit is contained in:
parent
fa1ad006b6
commit
7097e9c41a
|
@ -164,7 +164,7 @@ Upgrade Notes
|
|||
would cause inconsistent behavior and NPEs.
|
||||
|
||||
* 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
|
||||
- TermVector component (if someone wants it, can be added using config APIs)
|
||||
- XSLT response writer
|
||||
|
|
|
@ -69,10 +69,10 @@
|
|||
If a 'dir' option (with or without a regex) is used and nothing
|
||||
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.
|
||||
-->
|
||||
<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
|
||||
specific jar file. This will cause a serious error to be logged
|
||||
|
|
|
@ -69,10 +69,10 @@
|
|||
If a 'dir' option (with or without a regex) is used and nothing
|
||||
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.
|
||||
-->
|
||||
<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
|
||||
specific jar file. This will cause a serious error to be logged
|
||||
|
|
Loading…
Reference in New Issue