You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by is...@apache.org on 2019/12/13 07:02:13 UTC

[lucene-solr] 02/03: SOLR-13978: Removed LTR from default configset

This is an automated email from the ASF dual-hosted git repository.

ishan pushed a commit to branch branch_8_4
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit c6fe1c1e7482424b3515cc18fcf3e22debe7945f
Author: Ishan Chattopadhyaya <is...@apache.org>
AuthorDate: Thu Dec 12 15:09:21 2019 +0530

    SOLR-13978: Removed LTR from default configset
---
 solr/CHANGES.txt                                                      | 2 +-
 solr/core/src/test-files/solr/configsets/_default/conf/solrconfig.xml | 4 ++--
 solr/server/solr/configsets/_default/conf/solrconfig.xml              | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 2c4943d..1052b60 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -55,7 +55,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
diff --git a/solr/core/src/test-files/solr/configsets/_default/conf/solrconfig.xml b/solr/core/src/test-files/solr/configsets/_default/conf/solrconfig.xml
index 147455c..21d4d87 100644
--- a/solr/core/src/test-files/solr/configsets/_default/conf/solrconfig.xml
+++ b/solr/core/src/test-files/solr/configsets/_default/conf/solrconfig.xml
@@ -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
diff --git a/solr/server/solr/configsets/_default/conf/solrconfig.xml b/solr/server/solr/configsets/_default/conf/solrconfig.xml
index 147455c..21d4d87 100644
--- a/solr/server/solr/configsets/_default/conf/solrconfig.xml
+++ b/solr/server/solr/configsets/_default/conf/solrconfig.xml
@@ -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