Move to version 9.0.0

This commit is contained in:
Alan Woodward 2019-01-07 08:42:42 +00:00
parent 0b6ea3f108
commit 04f48dba8b
13 changed files with 38 additions and 12 deletions

View File

@ -3,6 +3,9 @@ Lucene Change Log
For more information on past and future Lucene versions, please see:
http://s.apache.org/luceneversions
======================= Lucene 9.0.0 =======================
(No Changes)
======================= Lucene 8.0.0 =======================
API Changes

View File

@ -112,11 +112,18 @@ public final class Version {
/**
* Match settings and bugs in Lucene's 8.0.0 release.
* @deprecated (9.0.0) Use latest
*/
@Deprecated
public static final Version LUCENE_8_0_0 = new Version(8, 0, 0);
/**
* Match settings and bugs in Lucene's 9.0.0 release.
* <p>
* Use this to get the latest &amp; greatest settings, bug
* fixes, etc, for Lucene.
*/
public static final Version LUCENE_8_0_0 = new Version(8, 0, 0);
public static final Version LUCENE_9_0_0 = new Version(9, 0, 0);
// To add a new version:
// * Only add above this comment
@ -137,7 +144,7 @@ public final class Version {
* some defaults may have changed and may break functionality
* in your application.
*/
public static final Version LATEST = LUCENE_8_0_0;
public static final Version LATEST = LUCENE_9_0_0;
/**
* Constant for backwards compatibility.

View File

@ -2,7 +2,7 @@
# RELEASE MANAGER must change this file after creating a release and
# enter new base version (format "x.y.z", no prefix/appendix):
version.base=8.0.0
version.base=9.0.0
# Other version property defaults, don't change:
version.suffix=SNAPSHOT

View File

@ -16,6 +16,22 @@ In this release, there is an example Solr server including a bundled
servlet container in the directory named "example".
See the Solr tutorial at https://lucene.apache.org/solr/guide/solr-tutorial.html
================== 9.0.0 ==================
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
Versions of Major Components
---------------------
Apache Tika 1.19.1
Carrot2 3.16.0
Velocity 1.7 and Velocity Tools 2.0
Apache ZooKeeper 3.4.13
Jetty 9.4.14.v20181114
(No Changes)
================== 8.0.0 ==================
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.

View File

@ -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>8.0.0</luceneMatchVersion>
<luceneMatchVersion>9.0.0</luceneMatchVersion>
<!-- <lib/> directives can be used to instruct Solr to load any Jars
identified and use them to resolve any "plugins" specified in

View File

@ -36,7 +36,7 @@
that you fully re-index after changing this setting as it can
affect both how text is indexed and queried.
-->
<luceneMatchVersion>8.0.0</luceneMatchVersion>
<luceneMatchVersion>9.0.0</luceneMatchVersion>
<lib dir="${solr.install.dir:../../../..}/dist/" regex="solr-dataimporthandler-.*\.jar"/>

View File

@ -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>8.0.0</luceneMatchVersion>
<luceneMatchVersion>9.0.0</luceneMatchVersion>
<!-- <lib/> directives can be used to instruct Solr to load any Jars
identified and use them to resolve any "plugins" specified in

View File

@ -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>8.0.0</luceneMatchVersion>
<luceneMatchVersion>9.0.0</luceneMatchVersion>
<!-- <lib/> directives can be used to instruct Solr to load any Jars
identified and use them to resolve any "plugins" specified in

View File

@ -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>8.0.0</luceneMatchVersion>
<luceneMatchVersion>9.0.0</luceneMatchVersion>
<!-- <lib/> directives can be used to instruct Solr to load any Jars
identified and use them to resolve any "plugins" specified in

View File

@ -36,7 +36,7 @@
that you fully re-index after changing this setting as it can
affect both how text is indexed and queried.
-->
<luceneMatchVersion>8.0.0</luceneMatchVersion>
<luceneMatchVersion>9.0.0</luceneMatchVersion>
<!-- Load Data Import Handler and Apache Tika (extraction) libraries -->
<lib dir="${solr.install.dir:../../../..}/dist/" regex="solr-dataimporthandler-.*\.jar"/>

View File

@ -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>8.0.0</luceneMatchVersion>
<luceneMatchVersion>9.0.0</luceneMatchVersion>
<!-- <lib/> directives can be used to instruct Solr to load any Jars
identified and use them to resolve any "plugins" specified in

View File

@ -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>8.0.0</luceneMatchVersion>
<luceneMatchVersion>9.0.0</luceneMatchVersion>
<!-- <lib/> directives can be used to instruct Solr to load any Jars
identified and use them to resolve any "plugins" specified in

View File

@ -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>8.0.0</luceneMatchVersion>
<luceneMatchVersion>9.0.0</luceneMatchVersion>
<!-- <lib/> directives can be used to instruct Solr to load any Jars
identified and use them to resolve any "plugins" specified in