mirror of https://github.com/apache/lucene.git
parent
4e2acd8558
commit
83f8d14226
|
@ -3,7 +3,6 @@ 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 8.1.0 =======================
|
======================= Lucene 8.1.0 =======================
|
||||||
|
|
||||||
Improvements
|
Improvements
|
||||||
|
|
|
@ -119,11 +119,18 @@ public final class Version {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Match settings and bugs in Lucene's 8.0.0 release.
|
* Match settings and bugs in Lucene's 8.0.0 release.
|
||||||
|
* @deprecated (8.1.0) Use latest
|
||||||
|
*/
|
||||||
|
@Deprecated
|
||||||
|
public static final Version LUCENE_8_0_0 = new Version(8, 0, 0);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Match settings and bugs in Lucene's 8.1.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_8_0_0 = new Version(8, 0, 0);
|
public static final Version LUCENE_8_1_0 = new Version(8, 1, 0);
|
||||||
|
|
||||||
// To add a new version:
|
// To add a new version:
|
||||||
// * Only add above this comment
|
// * Only add above this comment
|
||||||
|
@ -144,7 +151,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_8_0_0;
|
public static final Version LATEST = LUCENE_8_1_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=8.0.0
|
version.base=8.1.0
|
||||||
|
|
||||||
# Other version property defaults, don't change:
|
# Other version property defaults, don't change:
|
||||||
version.suffix=SNAPSHOT
|
version.suffix=SNAPSHOT
|
||||||
|
|
|
@ -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>8.0.0</luceneMatchVersion>
|
<luceneMatchVersion>8.1.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
|
||||||
|
|
|
@ -36,7 +36,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>8.0.0</luceneMatchVersion>
|
<luceneMatchVersion>8.1.0</luceneMatchVersion>
|
||||||
|
|
||||||
<lib dir="${solr.install.dir:../../../..}/dist/" regex="solr-dataimporthandler-.*\.jar"/>
|
<lib dir="${solr.install.dir:../../../..}/dist/" regex="solr-dataimporthandler-.*\.jar"/>
|
||||||
|
|
||||||
|
|
|
@ -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>8.0.0</luceneMatchVersion>
|
<luceneMatchVersion>8.1.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>8.0.0</luceneMatchVersion>
|
<luceneMatchVersion>8.1.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>8.0.0</luceneMatchVersion>
|
<luceneMatchVersion>8.1.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
|
||||||
|
|
|
@ -36,7 +36,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>8.0.0</luceneMatchVersion>
|
<luceneMatchVersion>8.1.0</luceneMatchVersion>
|
||||||
|
|
||||||
<!-- Load Data Import Handler and Apache Tika (extraction) libraries -->
|
<!-- Load Data Import Handler and Apache Tika (extraction) libraries -->
|
||||||
<lib dir="${solr.install.dir:../../../..}/dist/" regex="solr-dataimporthandler-.*\.jar"/>
|
<lib dir="${solr.install.dir:../../../..}/dist/" regex="solr-dataimporthandler-.*\.jar"/>
|
||||||
|
|
|
@ -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>8.0.0</luceneMatchVersion>
|
<luceneMatchVersion>8.1.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>8.0.0</luceneMatchVersion>
|
<luceneMatchVersion>8.1.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>8.0.0</luceneMatchVersion>
|
<luceneMatchVersion>8.1.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