mirror of
https://github.com/apache/lucene.git
synced 2025-02-10 03:55:46 +00:00
Adding version 8.4.0
This commit is contained in:
parent
a4a1d2f7a8
commit
a46340330f
@ -3,6 +3,32 @@ Lucene Change Log
|
||||
For more information on past and future Lucene versions, please see:
|
||||
http://s.apache.org/luceneversions
|
||||
|
||||
======================= Lucene 8.4.0 =======================
|
||||
|
||||
API Changes
|
||||
---------------------
|
||||
(No changes)
|
||||
|
||||
New Features
|
||||
---------------------
|
||||
(No changes)
|
||||
|
||||
Improvements
|
||||
---------------------
|
||||
(No changes)
|
||||
|
||||
Optimizations
|
||||
---------------------
|
||||
(No changes)
|
||||
|
||||
Bug Fixes
|
||||
---------------------
|
||||
(No changes)
|
||||
|
||||
Other
|
||||
---------------------
|
||||
(No changes)
|
||||
|
||||
======================= Lucene 8.3.0 =======================
|
||||
|
||||
API Changes
|
||||
|
@ -161,11 +161,18 @@ public final class Version {
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 8.3.0 release.
|
||||
* @deprecated (8.4.0) Use latest
|
||||
*/
|
||||
@Deprecated
|
||||
public static final Version LUCENE_8_3_0 = new Version(8, 3, 0);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 8.4.0 release.
|
||||
* <p>
|
||||
* Use this to get the latest & greatest settings, bug
|
||||
* fixes, etc, for Lucene.
|
||||
*/
|
||||
public static final Version LUCENE_8_3_0 = new Version(8, 3, 0);
|
||||
public static final Version LUCENE_8_4_0 = new Version(8, 4, 0);
|
||||
|
||||
// To add a new version:
|
||||
// * Only add above this comment
|
||||
@ -186,7 +193,7 @@ public final class Version {
|
||||
* some defaults may have changed and may break functionality
|
||||
* in your application.
|
||||
*/
|
||||
public static final Version LATEST = LUCENE_8_3_0;
|
||||
public static final Version LATEST = LUCENE_8_4_0;
|
||||
|
||||
/**
|
||||
* Constant for backwards compatibility.
|
||||
|
@ -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.3.0
|
||||
version.base=8.4.0
|
||||
|
||||
# Other version property defaults, don't change:
|
||||
version.suffix=SNAPSHOT
|
||||
|
@ -16,6 +16,42 @@ 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
|
||||
|
||||
================== 8.4.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 2.0 and Velocity Tools 3.0
|
||||
Apache ZooKeeper 3.5.5
|
||||
Jetty 9.4.19.v20190610
|
||||
|
||||
Upgrade Notes
|
||||
---------------------
|
||||
(No changes)
|
||||
|
||||
New Features
|
||||
---------------------
|
||||
(No changes)
|
||||
|
||||
Improvements
|
||||
---------------------
|
||||
(No changes)
|
||||
|
||||
Optimizations
|
||||
---------------------
|
||||
(No changes)
|
||||
|
||||
Bug Fixes
|
||||
---------------------
|
||||
(No changes)
|
||||
|
||||
Other Changes
|
||||
---------------------
|
||||
(No changes)
|
||||
|
||||
================== 8.3.0 ==================
|
||||
|
||||
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
|
||||
|
@ -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.3.0</luceneMatchVersion>
|
||||
<luceneMatchVersion>8.4.0</luceneMatchVersion>
|
||||
|
||||
<!-- <lib/> directives can be used to instruct Solr to load any Jars
|
||||
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
|
||||
affect both how text is indexed and queried.
|
||||
-->
|
||||
<luceneMatchVersion>8.3.0</luceneMatchVersion>
|
||||
<luceneMatchVersion>8.4.0</luceneMatchVersion>
|
||||
|
||||
<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
|
||||
affect both how text is indexed and queried.
|
||||
-->
|
||||
<luceneMatchVersion>8.3.0</luceneMatchVersion>
|
||||
<luceneMatchVersion>8.4.0</luceneMatchVersion>
|
||||
|
||||
<!-- <lib/> directives can be used to instruct Solr to load any Jars
|
||||
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
|
||||
affect both how text is indexed and queried.
|
||||
-->
|
||||
<luceneMatchVersion>8.3.0</luceneMatchVersion>
|
||||
<luceneMatchVersion>8.4.0</luceneMatchVersion>
|
||||
|
||||
<!-- <lib/> directives can be used to instruct Solr to load any Jars
|
||||
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
|
||||
affect both how text is indexed and queried.
|
||||
-->
|
||||
<luceneMatchVersion>8.3.0</luceneMatchVersion>
|
||||
<luceneMatchVersion>8.4.0</luceneMatchVersion>
|
||||
|
||||
<!-- <lib/> directives can be used to instruct Solr to load any Jars
|
||||
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
|
||||
affect both how text is indexed and queried.
|
||||
-->
|
||||
<luceneMatchVersion>8.3.0</luceneMatchVersion>
|
||||
<luceneMatchVersion>8.4.0</luceneMatchVersion>
|
||||
|
||||
<!-- Load Data Import Handler and Apache Tika (extraction) libraries -->
|
||||
<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
|
||||
affect both how text is indexed and queried.
|
||||
-->
|
||||
<luceneMatchVersion>8.3.0</luceneMatchVersion>
|
||||
<luceneMatchVersion>8.4.0</luceneMatchVersion>
|
||||
|
||||
<!-- <lib/> directives can be used to instruct Solr to load any Jars
|
||||
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
|
||||
affect both how text is indexed and queried.
|
||||
-->
|
||||
<luceneMatchVersion>8.3.0</luceneMatchVersion>
|
||||
<luceneMatchVersion>8.4.0</luceneMatchVersion>
|
||||
|
||||
<!-- <lib/> directives can be used to instruct Solr to load any Jars
|
||||
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
|
||||
affect both how text is indexed and queried.
|
||||
-->
|
||||
<luceneMatchVersion>8.3.0</luceneMatchVersion>
|
||||
<luceneMatchVersion>8.4.0</luceneMatchVersion>
|
||||
|
||||
<!-- <lib/> directives can be used to instruct Solr to load any Jars
|
||||
identified and use them to resolve any "plugins" specified in
|
||||
|
Loading…
x
Reference in New Issue
Block a user