You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2015/03/03 09:28:27 UTC

svn commit: r1663542 - in /lucene/dev/branches/lucene_solr_4_10: lucene/ lucene/core/src/java/org/apache/lucene/util/ solr/example/example-DIH/solr/db/conf/ solr/example/example-DIH/solr/mail/conf/ solr/example/example-DIH/solr/rss/conf/ solr/example/e...

Author: mikemccand
Date: Tue Mar  3 08:28:26 2015
New Revision: 1663542

URL: http://svn.apache.org/r1663542
Log:
4.10.4 release

Modified:
    lucene/dev/branches/lucene_solr_4_10/lucene/common-build.xml
    lucene/dev/branches/lucene_solr_4_10/lucene/core/src/java/org/apache/lucene/util/Version.java
    lucene/dev/branches/lucene_solr_4_10/solr/example/example-DIH/solr/db/conf/solrconfig.xml
    lucene/dev/branches/lucene_solr_4_10/solr/example/example-DIH/solr/mail/conf/solrconfig.xml
    lucene/dev/branches/lucene_solr_4_10/solr/example/example-DIH/solr/rss/conf/solrconfig.xml
    lucene/dev/branches/lucene_solr_4_10/solr/example/example-DIH/solr/solr/conf/solrconfig.xml
    lucene/dev/branches/lucene_solr_4_10/solr/example/example-DIH/solr/tika/conf/solrconfig.xml
    lucene/dev/branches/lucene_solr_4_10/solr/example/example-schemaless/solr/collection1/conf/solrconfig.xml
    lucene/dev/branches/lucene_solr_4_10/solr/example/multicore/core0/conf/solrconfig.xml
    lucene/dev/branches/lucene_solr_4_10/solr/example/multicore/core1/conf/solrconfig.xml
    lucene/dev/branches/lucene_solr_4_10/solr/example/solr/collection1/conf/solrconfig.xml

Modified: lucene/dev/branches/lucene_solr_4_10/lucene/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_4_10/lucene/common-build.xml?rev=1663542&r1=1663541&r2=1663542&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_4_10/lucene/common-build.xml (original)
+++ lucene/dev/branches/lucene_solr_4_10/lucene/common-build.xml Tue Mar  3 08:28:26 2015
@@ -29,7 +29,7 @@
   <!-- !!! RELEASE MANAGER: Change version numbers only here: !!! -->
   
   <!-- The base version of the next release (including bugfix number, e.g., x.y.z+): -->
-  <property name="version.base" value="4.10.4"/>
+  <property name="version.base" value="4.10.5"/>
   
   <!-- !!! RELEASE MANAGER: Don't change anything after this line! !!! -->
 

Modified: lucene/dev/branches/lucene_solr_4_10/lucene/core/src/java/org/apache/lucene/util/Version.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_4_10/lucene/core/src/java/org/apache/lucene/util/Version.java?rev=1663542&r1=1663541&r2=1663542&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_4_10/lucene/core/src/java/org/apache/lucene/util/Version.java (original)
+++ lucene/dev/branches/lucene_solr_4_10/lucene/core/src/java/org/apache/lucene/util/Version.java Tue Mar  3 08:28:26 2015
@@ -251,9 +251,16 @@ public final class Version {
 
   /**
    * Match settings and bugs in Lucene's 4.10.4 release.
+   * @deprecated Use latest
    */
+  @Deprecated
   public static final Version LUCENE_4_10_4 = new Version(4, 10, 4);
 
+  /**
+   * Match settings and bugs in Lucene's 4.10.4 release.
+   */
+  public static final Version LUCENE_4_10_5 = new Version(4, 10, 5);
+
   /* Add new constants for later versions **here** to respect order! */
 
   // To add a new version:
@@ -275,7 +282,7 @@ public final class Version {
    * some defaults may have changed and may break functionality 
    * in your application.
    */
-  public static final Version LATEST = LUCENE_4_10_4;
+  public static final Version LATEST = LUCENE_4_10_5;
 
   /**
    * Constant for backwards compatibility.

Modified: lucene/dev/branches/lucene_solr_4_10/solr/example/example-DIH/solr/db/conf/solrconfig.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_4_10/solr/example/example-DIH/solr/db/conf/solrconfig.xml?rev=1663542&r1=1663541&r2=1663542&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_4_10/solr/example/example-DIH/solr/db/conf/solrconfig.xml (original)
+++ lucene/dev/branches/lucene_solr_4_10/solr/example/example-DIH/solr/db/conf/solrconfig.xml Tue Mar  3 08:28:26 2015
@@ -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.10.4</luceneMatchVersion>
+  <luceneMatchVersion>4.10.5</luceneMatchVersion>
 
   <!-- <lib/> directives can be used to instruct Solr to load any Jars
        identified and use them to resolve any "plugins" specified in

Modified: lucene/dev/branches/lucene_solr_4_10/solr/example/example-DIH/solr/mail/conf/solrconfig.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_4_10/solr/example/example-DIH/solr/mail/conf/solrconfig.xml?rev=1663542&r1=1663541&r2=1663542&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_4_10/solr/example/example-DIH/solr/mail/conf/solrconfig.xml (original)
+++ lucene/dev/branches/lucene_solr_4_10/solr/example/example-DIH/solr/mail/conf/solrconfig.xml Tue Mar  3 08:28:26 2015
@@ -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.10.4</luceneMatchVersion>
+  <luceneMatchVersion>4.10.5</luceneMatchVersion>
 
   <!-- <lib/> directives can be used to instruct Solr to load any Jars
        identified and use them to resolve any "plugins" specified in

Modified: lucene/dev/branches/lucene_solr_4_10/solr/example/example-DIH/solr/rss/conf/solrconfig.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_4_10/solr/example/example-DIH/solr/rss/conf/solrconfig.xml?rev=1663542&r1=1663541&r2=1663542&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_4_10/solr/example/example-DIH/solr/rss/conf/solrconfig.xml (original)
+++ lucene/dev/branches/lucene_solr_4_10/solr/example/example-DIH/solr/rss/conf/solrconfig.xml Tue Mar  3 08:28:26 2015
@@ -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.10.4</luceneMatchVersion>
+  <luceneMatchVersion>4.10.5</luceneMatchVersion>
 
   <!-- <lib/> directives can be used to instruct Solr to load any Jars
        identified and use them to resolve any "plugins" specified in

Modified: lucene/dev/branches/lucene_solr_4_10/solr/example/example-DIH/solr/solr/conf/solrconfig.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_4_10/solr/example/example-DIH/solr/solr/conf/solrconfig.xml?rev=1663542&r1=1663541&r2=1663542&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_4_10/solr/example/example-DIH/solr/solr/conf/solrconfig.xml (original)
+++ lucene/dev/branches/lucene_solr_4_10/solr/example/example-DIH/solr/solr/conf/solrconfig.xml Tue Mar  3 08:28:26 2015
@@ -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.10.4</luceneMatchVersion>
+  <luceneMatchVersion>4.10.5</luceneMatchVersion>
 
   <!-- <lib/> directives can be used to instruct Solr to load any Jars
        identified and use them to resolve any "plugins" specified in

Modified: lucene/dev/branches/lucene_solr_4_10/solr/example/example-DIH/solr/tika/conf/solrconfig.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_4_10/solr/example/example-DIH/solr/tika/conf/solrconfig.xml?rev=1663542&r1=1663541&r2=1663542&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_4_10/solr/example/example-DIH/solr/tika/conf/solrconfig.xml (original)
+++ lucene/dev/branches/lucene_solr_4_10/solr/example/example-DIH/solr/tika/conf/solrconfig.xml Tue Mar  3 08:28:26 2015
@@ -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.10.4</luceneMatchVersion>
+  <luceneMatchVersion>4.10.5</luceneMatchVersion>
 
   <!-- <lib/> directives can be used to instruct Solr to load any Jars
        identified and use them to resolve any "plugins" specified in

Modified: lucene/dev/branches/lucene_solr_4_10/solr/example/example-schemaless/solr/collection1/conf/solrconfig.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_4_10/solr/example/example-schemaless/solr/collection1/conf/solrconfig.xml?rev=1663542&r1=1663541&r2=1663542&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_4_10/solr/example/example-schemaless/solr/collection1/conf/solrconfig.xml (original)
+++ lucene/dev/branches/lucene_solr_4_10/solr/example/example-schemaless/solr/collection1/conf/solrconfig.xml Tue Mar  3 08:28:26 2015
@@ -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.10.4</luceneMatchVersion>
+  <luceneMatchVersion>4.10.5</luceneMatchVersion>
 
   <!-- <lib/> directives can be used to instruct Solr to load any Jars
        identified and use them to resolve any "plugins" specified in

Modified: lucene/dev/branches/lucene_solr_4_10/solr/example/multicore/core0/conf/solrconfig.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_4_10/solr/example/multicore/core0/conf/solrconfig.xml?rev=1663542&r1=1663541&r2=1663542&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_4_10/solr/example/multicore/core0/conf/solrconfig.xml (original)
+++ lucene/dev/branches/lucene_solr_4_10/solr/example/multicore/core0/conf/solrconfig.xml Tue Mar  3 08:28:26 2015
@@ -21,7 +21,7 @@
  It is *not* a good example to work from. 
 -->
 <config>
-  <luceneMatchVersion>4.10.4</luceneMatchVersion>
+  <luceneMatchVersion>4.10.5</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_4_10/solr/example/multicore/core1/conf/solrconfig.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_4_10/solr/example/multicore/core1/conf/solrconfig.xml?rev=1663542&r1=1663541&r2=1663542&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_4_10/solr/example/multicore/core1/conf/solrconfig.xml (original)
+++ lucene/dev/branches/lucene_solr_4_10/solr/example/multicore/core1/conf/solrconfig.xml Tue Mar  3 08:28:26 2015
@@ -21,7 +21,7 @@
  It is *not* a good example to work from. 
 -->
 <config>
-  <luceneMatchVersion>4.10.4</luceneMatchVersion>
+  <luceneMatchVersion>4.10.5</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_4_10/solr/example/solr/collection1/conf/solrconfig.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_4_10/solr/example/solr/collection1/conf/solrconfig.xml?rev=1663542&r1=1663541&r2=1663542&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_4_10/solr/example/solr/collection1/conf/solrconfig.xml (original)
+++ lucene/dev/branches/lucene_solr_4_10/solr/example/solr/collection1/conf/solrconfig.xml Tue Mar  3 08:28:26 2015
@@ -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.10.4</luceneMatchVersion>
+  <luceneMatchVersion>4.10.5</luceneMatchVersion>
 
   <!-- <lib/> directives can be used to instruct Solr to load any Jars
        identified and use them to resolve any "plugins" specified in