You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2011/05/30 23:53:00 UTC

svn commit: r1129395 - in /lucene/dev/branches/lucene_solr_3_2: ./ lucene/ lucene/backwards/ solr/ solr/example/example-DIH/solr/db/conf/ solr/example/example-DIH/solr/mail/conf/ solr/example/example-DIH/solr/rss/conf/ solr/example/example-DIH/solr/tik...

Author: rmuir
Date: Mon May 30 21:53:00 2011
New Revision: 1129395

URL: http://svn.apache.org/viewvc?rev=1129395&view=rev
Log:
SOLR-2557: ensure example configuration files have the correct luceneMatchVersion

Modified:
    lucene/dev/branches/lucene_solr_3_2/   (props changed)
    lucene/dev/branches/lucene_solr_3_2/lucene/   (props changed)
    lucene/dev/branches/lucene_solr_3_2/lucene/backwards/   (props changed)
    lucene/dev/branches/lucene_solr_3_2/solr/   (props changed)
    lucene/dev/branches/lucene_solr_3_2/solr/example/example-DIH/solr/db/conf/solrconfig.xml
    lucene/dev/branches/lucene_solr_3_2/solr/example/example-DIH/solr/mail/conf/solrconfig.xml
    lucene/dev/branches/lucene_solr_3_2/solr/example/example-DIH/solr/rss/conf/solrconfig.xml
    lucene/dev/branches/lucene_solr_3_2/solr/example/example-DIH/solr/tika/conf/solrconfig.xml
    lucene/dev/branches/lucene_solr_3_2/solr/example/multicore/core0/conf/solrconfig.xml
    lucene/dev/branches/lucene_solr_3_2/solr/example/multicore/core1/conf/solrconfig.xml
    lucene/dev/branches/lucene_solr_3_2/solr/example/solr/conf/solrconfig.xml

Modified: lucene/dev/branches/lucene_solr_3_2/solr/example/example-DIH/solr/db/conf/solrconfig.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_3_2/solr/example/example-DIH/solr/db/conf/solrconfig.xml?rev=1129395&r1=1129394&r2=1129395&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_3_2/solr/example/example-DIH/solr/db/conf/solrconfig.xml (original)
+++ lucene/dev/branches/lucene_solr_3_2/solr/example/example-DIH/solr/db/conf/solrconfig.xml Mon May 30 21:53:00 2011
@@ -18,6 +18,8 @@
 
 <config>
 
+  <luceneMatchVersion>LUCENE_32</luceneMatchVersion>
+
   <jmx />
 
   <!-- Set this to 'false' if you want solr to continue working after it has 

Modified: lucene/dev/branches/lucene_solr_3_2/solr/example/example-DIH/solr/mail/conf/solrconfig.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_3_2/solr/example/example-DIH/solr/mail/conf/solrconfig.xml?rev=1129395&r1=1129394&r2=1129395&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_3_2/solr/example/example-DIH/solr/mail/conf/solrconfig.xml (original)
+++ lucene/dev/branches/lucene_solr_3_2/solr/example/example-DIH/solr/mail/conf/solrconfig.xml Mon May 30 21:53:00 2011
@@ -17,6 +17,9 @@
 -->
 
 <config>
+
+  <luceneMatchVersion>LUCENE_32</luceneMatchVersion>
+
   <!-- Set this to 'false' if you want solr to continue working after it has
        encountered an severe configuration error.  In a production environment,
        you may want solr to keep working even if one handler is mis-configured.

Modified: lucene/dev/branches/lucene_solr_3_2/solr/example/example-DIH/solr/rss/conf/solrconfig.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_3_2/solr/example/example-DIH/solr/rss/conf/solrconfig.xml?rev=1129395&r1=1129394&r2=1129395&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_3_2/solr/example/example-DIH/solr/rss/conf/solrconfig.xml (original)
+++ lucene/dev/branches/lucene_solr_3_2/solr/example/example-DIH/solr/rss/conf/solrconfig.xml Mon May 30 21:53:00 2011
@@ -18,6 +18,8 @@
 
 <config>
 
+  <luceneMatchVersion>LUCENE_32</luceneMatchVersion>
+
   <jmx />
 
   <!-- Set this to 'false' if you want solr to continue working after it has 

Modified: lucene/dev/branches/lucene_solr_3_2/solr/example/example-DIH/solr/tika/conf/solrconfig.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_3_2/solr/example/example-DIH/solr/tika/conf/solrconfig.xml?rev=1129395&r1=1129394&r2=1129395&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_3_2/solr/example/example-DIH/solr/tika/conf/solrconfig.xml (original)
+++ lucene/dev/branches/lucene_solr_3_2/solr/example/example-DIH/solr/tika/conf/solrconfig.xml Mon May 30 21:53:00 2011
@@ -17,6 +17,9 @@
 -->
 
 <config>
+
+  <luceneMatchVersion>LUCENE_32</luceneMatchVersion>
+
   <!-- Set this to 'false' if you want solr to continue working after it has 
        encountered an severe configuration error.  In a production environment, 
        you may want solr to keep working even if one handler is mis-configured.

Modified: lucene/dev/branches/lucene_solr_3_2/solr/example/multicore/core0/conf/solrconfig.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_3_2/solr/example/multicore/core0/conf/solrconfig.xml?rev=1129395&r1=1129394&r2=1129395&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_3_2/solr/example/multicore/core0/conf/solrconfig.xml (original)
+++ lucene/dev/branches/lucene_solr_3_2/solr/example/multicore/core0/conf/solrconfig.xml Mon May 30 21:53:00 2011
@@ -21,7 +21,7 @@
  It is *not* a good example to work from. 
 -->
 <config>
-  <luceneMatchVersion>LUCENE_31</luceneMatchVersion>
+  <luceneMatchVersion>LUCENE_32</luceneMatchVersion>
   <!--  The DirectoryFactory to use for indexes.
         solr.StandardDirectoryFactory, the default, is filesystem based.
         solr.RAMDirectoryFactory is memory based, not persistent, and doesn't work with replication. -->

Modified: lucene/dev/branches/lucene_solr_3_2/solr/example/multicore/core1/conf/solrconfig.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_3_2/solr/example/multicore/core1/conf/solrconfig.xml?rev=1129395&r1=1129394&r2=1129395&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_3_2/solr/example/multicore/core1/conf/solrconfig.xml (original)
+++ lucene/dev/branches/lucene_solr_3_2/solr/example/multicore/core1/conf/solrconfig.xml Mon May 30 21:53:00 2011
@@ -21,7 +21,7 @@
  It is *not* a good example to work from. 
 -->
 <config>
-  <luceneMatchVersion>LUCENE_31</luceneMatchVersion>
+  <luceneMatchVersion>LUCENE_32</luceneMatchVersion>
   <!--  The DirectoryFactory to use for indexes.
         solr.StandardDirectoryFactory, the default, is filesystem based.
         solr.RAMDirectoryFactory is memory based, not persistent, and doesn't work with replication. -->

Modified: lucene/dev/branches/lucene_solr_3_2/solr/example/solr/conf/solrconfig.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_3_2/solr/example/solr/conf/solrconfig.xml?rev=1129395&r1=1129394&r2=1129395&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_3_2/solr/example/solr/conf/solrconfig.xml (original)
+++ lucene/dev/branches/lucene_solr_3_2/solr/example/solr/conf/solrconfig.xml Mon May 30 21:53:00 2011
@@ -47,7 +47,7 @@
        that you fully re-index after changing this setting as it can
        affect both how text is indexed and queried.
     -->
-  <luceneMatchVersion>LUCENE_31</luceneMatchVersion>
+  <luceneMatchVersion>LUCENE_32</luceneMatchVersion>
 
   <!-- lib directives can be used to instruct Solr to load an Jars
        identified and use them to resolve any "plugins" specified in