You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by to...@apache.org on 2017/12/13 09:07:20 UTC

svn commit: r1817987 - in /jackrabbit/oak/trunk/oak-solr-core/src: main/resources/solr/oak/conf/solrconfig.xml test/resources/solr/oak/conf/solrconfig.xml

Author: tommaso
Date: Wed Dec 13 09:07:20 2017
New Revision: 1817987

URL: http://svn.apache.org/viewvc?rev=1817987&view=rev
Log:
OAK-4318 - switch index version in solrconfig to 5.5.5

Modified:
    jackrabbit/oak/trunk/oak-solr-core/src/main/resources/solr/oak/conf/solrconfig.xml
    jackrabbit/oak/trunk/oak-solr-core/src/test/resources/solr/oak/conf/solrconfig.xml

Modified: jackrabbit/oak/trunk/oak-solr-core/src/main/resources/solr/oak/conf/solrconfig.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-solr-core/src/main/resources/solr/oak/conf/solrconfig.xml?rev=1817987&r1=1817986&r2=1817987&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-solr-core/src/main/resources/solr/oak/conf/solrconfig.xml (original)
+++ jackrabbit/oak/trunk/oak-solr-core/src/main/resources/solr/oak/conf/solrconfig.xml Wed Dec 13 09:07:20 2017
@@ -35,7 +35,7 @@
          that you fully re-index after changing this setting as it can
          affect both how text is indexed and queried.
     -->
-    <luceneMatchVersion>4.7</luceneMatchVersion>
+    <luceneMatchVersion>5.5.5</luceneMatchVersion>
 
     <!-- <lib/> directives can be used to instruct Solr to load an Jars
          identified and use them to resolve any "plugins" specified in

Modified: jackrabbit/oak/trunk/oak-solr-core/src/test/resources/solr/oak/conf/solrconfig.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-solr-core/src/test/resources/solr/oak/conf/solrconfig.xml?rev=1817987&r1=1817986&r2=1817987&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-solr-core/src/test/resources/solr/oak/conf/solrconfig.xml (original)
+++ jackrabbit/oak/trunk/oak-solr-core/src/test/resources/solr/oak/conf/solrconfig.xml Wed Dec 13 09:07:20 2017
@@ -35,7 +35,7 @@
          that you fully re-index after changing this setting as it can
          affect both how text is indexed and queried.
     -->
-    <luceneMatchVersion>LUCENE_47</luceneMatchVersion>
+    <luceneMatchVersion>5.5.5</luceneMatchVersion>
 
     <!-- lib directives can be used to instruct Solr to load an Jars
        identified and use them to resolve any "plugins" specified in