mirror of https://github.com/apache/lucene.git
switch 6.x to next release version (6.3.0)
This commit is contained in:
parent
e9f3684967
commit
213bc65892
|
@ -3,6 +3,9 @@ Lucene Change Log
|
||||||
For more information on past and future Lucene versions, please see:
|
For more information on past and future Lucene versions, please see:
|
||||||
http://s.apache.org/luceneversions
|
http://s.apache.org/luceneversions
|
||||||
|
|
||||||
|
======================= Lucene 6.3.0 =======================
|
||||||
|
(No Changes)
|
||||||
|
|
||||||
======================= Lucene 6.2.0 =======================
|
======================= Lucene 6.2.0 =======================
|
||||||
|
|
||||||
API Changes
|
API Changes
|
||||||
|
|
|
@ -138,11 +138,18 @@ public final class Version {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Match settings and bugs in Lucene's 6.2.0 release.
|
* Match settings and bugs in Lucene's 6.2.0 release.
|
||||||
|
* @deprecated (6.3.0) Use latest
|
||||||
|
*/
|
||||||
|
@Deprecated
|
||||||
|
public static final Version LUCENE_6_2_0 = new Version(6, 2, 0);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Match settings and bugs in Lucene's 6.3.0 release.
|
||||||
* <p>
|
* <p>
|
||||||
* Use this to get the latest & greatest settings, bug
|
* Use this to get the latest & greatest settings, bug
|
||||||
* fixes, etc, for Lucene.
|
* fixes, etc, for Lucene.
|
||||||
*/
|
*/
|
||||||
public static final Version LUCENE_6_2_0 = new Version(6, 2, 0);
|
public static final Version LUCENE_6_3_0 = new Version(6, 3, 0);
|
||||||
|
|
||||||
// To add a new version:
|
// To add a new version:
|
||||||
// * Only add above this comment
|
// * Only add above this comment
|
||||||
|
@ -163,7 +170,7 @@ public final class Version {
|
||||||
* some defaults may have changed and may break functionality
|
* some defaults may have changed and may break functionality
|
||||||
* in your application.
|
* in your application.
|
||||||
*/
|
*/
|
||||||
public static final Version LATEST = LUCENE_6_2_0;
|
public static final Version LATEST = LUCENE_6_3_0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constant for backwards compatibility.
|
* Constant for backwards compatibility.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# RELEASE MANAGER must change this file after creating a release and
|
# RELEASE MANAGER must change this file after creating a release and
|
||||||
# enter new base version (format "x.y.z", no prefix/appendix):
|
# enter new base version (format "x.y.z", no prefix/appendix):
|
||||||
version.base=6.2.0
|
version.base=6.3.0
|
||||||
|
|
||||||
# Other version property defaults, don't change:
|
# Other version property defaults, don't change:
|
||||||
version.suffix=SNAPSHOT
|
version.suffix=SNAPSHOT
|
||||||
|
|
|
@ -16,6 +16,23 @@ In this release, there is an example Solr server including a bundled
|
||||||
servlet container in the directory named "example".
|
servlet container in the directory named "example".
|
||||||
See the Quick Start guide at http://lucene.apache.org/solr/quickstart.html
|
See the Quick Start guide at http://lucene.apache.org/solr/quickstart.html
|
||||||
|
|
||||||
|
================== 6.3.0 ==================
|
||||||
|
|
||||||
|
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
|
||||||
|
|
||||||
|
Versions of Major Components
|
||||||
|
---------------------
|
||||||
|
Apache Tika 1.13
|
||||||
|
Carrot2 3.12.0
|
||||||
|
Velocity 1.7 and Velocity Tools 2.0
|
||||||
|
Apache UIMA 2.3.1
|
||||||
|
Apache ZooKeeper 3.4.6
|
||||||
|
Jetty 9.3.8.v20160314
|
||||||
|
|
||||||
|
|
||||||
|
(No Changes)
|
||||||
|
|
||||||
|
|
||||||
================== 6.2.0 ==================
|
================== 6.2.0 ==================
|
||||||
|
|
||||||
Versions of Major Components
|
Versions of Major Components
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
that you fully re-index after changing this setting as it can
|
that you fully re-index after changing this setting as it can
|
||||||
affect both how text is indexed and queried.
|
affect both how text is indexed and queried.
|
||||||
-->
|
-->
|
||||||
<luceneMatchVersion>6.2.0</luceneMatchVersion>
|
<luceneMatchVersion>6.3.0</luceneMatchVersion>
|
||||||
|
|
||||||
<!-- <lib/> directives can be used to instruct Solr to load any Jars
|
<!-- <lib/> directives can be used to instruct Solr to load any Jars
|
||||||
identified and use them to resolve any "plugins" specified in
|
identified and use them to resolve any "plugins" specified in
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
that you fully re-index after changing this setting as it can
|
that you fully re-index after changing this setting as it can
|
||||||
affect both how text is indexed and queried.
|
affect both how text is indexed and queried.
|
||||||
-->
|
-->
|
||||||
<luceneMatchVersion>6.2.0</luceneMatchVersion>
|
<luceneMatchVersion>6.3.0</luceneMatchVersion>
|
||||||
|
|
||||||
<!-- <lib/> directives can be used to instruct Solr to load any Jars
|
<!-- <lib/> directives can be used to instruct Solr to load any Jars
|
||||||
identified and use them to resolve any "plugins" specified in
|
identified and use them to resolve any "plugins" specified in
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
that you fully re-index after changing this setting as it can
|
that you fully re-index after changing this setting as it can
|
||||||
affect both how text is indexed and queried.
|
affect both how text is indexed and queried.
|
||||||
-->
|
-->
|
||||||
<luceneMatchVersion>6.2.0</luceneMatchVersion>
|
<luceneMatchVersion>6.3.0</luceneMatchVersion>
|
||||||
|
|
||||||
<!-- <lib/> directives can be used to instruct Solr to load any Jars
|
<!-- <lib/> directives can be used to instruct Solr to load any Jars
|
||||||
identified and use them to resolve any "plugins" specified in
|
identified and use them to resolve any "plugins" specified in
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
that you fully re-index after changing this setting as it can
|
that you fully re-index after changing this setting as it can
|
||||||
affect both how text is indexed and queried.
|
affect both how text is indexed and queried.
|
||||||
-->
|
-->
|
||||||
<luceneMatchVersion>6.2.0</luceneMatchVersion>
|
<luceneMatchVersion>6.3.0</luceneMatchVersion>
|
||||||
|
|
||||||
<!-- <lib/> directives can be used to instruct Solr to load any Jars
|
<!-- <lib/> directives can be used to instruct Solr to load any Jars
|
||||||
identified and use them to resolve any "plugins" specified in
|
identified and use them to resolve any "plugins" specified in
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
that you fully re-index after changing this setting as it can
|
that you fully re-index after changing this setting as it can
|
||||||
affect both how text is indexed and queried.
|
affect both how text is indexed and queried.
|
||||||
-->
|
-->
|
||||||
<luceneMatchVersion>6.2.0</luceneMatchVersion>
|
<luceneMatchVersion>6.3.0</luceneMatchVersion>
|
||||||
|
|
||||||
<!-- <lib/> directives can be used to instruct Solr to load any Jars
|
<!-- <lib/> directives can be used to instruct Solr to load any Jars
|
||||||
identified and use them to resolve any "plugins" specified in
|
identified and use them to resolve any "plugins" specified in
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
that you fully re-index after changing this setting as it can
|
that you fully re-index after changing this setting as it can
|
||||||
affect both how text is indexed and queried.
|
affect both how text is indexed and queried.
|
||||||
-->
|
-->
|
||||||
<luceneMatchVersion>6.2.0</luceneMatchVersion>
|
<luceneMatchVersion>6.3.0</luceneMatchVersion>
|
||||||
|
|
||||||
<!-- <lib/> directives can be used to instruct Solr to load any Jars
|
<!-- <lib/> directives can be used to instruct Solr to load any Jars
|
||||||
identified and use them to resolve any "plugins" specified in
|
identified and use them to resolve any "plugins" specified in
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
that you fully re-index after changing this setting as it can
|
that you fully re-index after changing this setting as it can
|
||||||
affect both how text is indexed and queried.
|
affect both how text is indexed and queried.
|
||||||
-->
|
-->
|
||||||
<luceneMatchVersion>6.2.0</luceneMatchVersion>
|
<luceneMatchVersion>6.3.0</luceneMatchVersion>
|
||||||
|
|
||||||
<!-- <lib/> directives can be used to instruct Solr to load any Jars
|
<!-- <lib/> directives can be used to instruct Solr to load any Jars
|
||||||
identified and use them to resolve any "plugins" specified in
|
identified and use them to resolve any "plugins" specified in
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
that you fully re-index after changing this setting as it can
|
that you fully re-index after changing this setting as it can
|
||||||
affect both how text is indexed and queried.
|
affect both how text is indexed and queried.
|
||||||
-->
|
-->
|
||||||
<luceneMatchVersion>6.2.0</luceneMatchVersion>
|
<luceneMatchVersion>6.3.0</luceneMatchVersion>
|
||||||
|
|
||||||
<!-- <lib/> directives can be used to instruct Solr to load any Jars
|
<!-- <lib/> directives can be used to instruct Solr to load any Jars
|
||||||
identified and use them to resolve any "plugins" specified in
|
identified and use them to resolve any "plugins" specified in
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
that you fully re-index after changing this setting as it can
|
that you fully re-index after changing this setting as it can
|
||||||
affect both how text is indexed and queried.
|
affect both how text is indexed and queried.
|
||||||
-->
|
-->
|
||||||
<luceneMatchVersion>6.2.0</luceneMatchVersion>
|
<luceneMatchVersion>6.3.0</luceneMatchVersion>
|
||||||
|
|
||||||
<!-- <lib/> directives can be used to instruct Solr to load any Jars
|
<!-- <lib/> directives can be used to instruct Solr to load any Jars
|
||||||
identified and use them to resolve any "plugins" specified in
|
identified and use them to resolve any "plugins" specified in
|
||||||
|
|
Loading…
Reference in New Issue