mirror of https://github.com/apache/lucene.git
Add v4.2
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1433245 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9b3ce93999
commit
3732f1bf70
|
@ -29,6 +29,12 @@ Changes in backwards compatibility policy
|
|||
* LUCENE-3298: FST can now be larger than 2.1 GB / 2.1 B nodes.
|
||||
(James Dyer, Mike McCandless)
|
||||
|
||||
|
||||
======================= Lucene 4.2.0 =======================
|
||||
|
||||
(No changes yet)
|
||||
|
||||
|
||||
======================= Lucene 4.1.0 =======================
|
||||
|
||||
Changes in backwards compatibility policy
|
||||
|
|
|
@ -47,7 +47,14 @@ public enum Version {
|
|||
@Deprecated
|
||||
LUCENE_41,
|
||||
|
||||
/** Match settings and bugs in Lucene's 5.0 release.
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 4.2 release.
|
||||
* @deprecated (5.0) Use latest
|
||||
*/
|
||||
@Deprecated
|
||||
LUCENE_42,
|
||||
|
||||
/** Match settings and bugs in Lucene's 5.0 release.
|
||||
* <p>
|
||||
* Use this to get the latest & greatest settings, bug
|
||||
* fixes, etc, for Lucene.
|
||||
|
|
|
@ -42,6 +42,27 @@ Other Changes
|
|||
----------------------
|
||||
|
||||
|
||||
================== 4.2.0 ==================
|
||||
|
||||
Versions of Major Components
|
||||
---------------------
|
||||
Apache Tika 1.2
|
||||
Carrot2 3.6.2
|
||||
Velocity 1.7 and Velocity Tools 2.0
|
||||
Apache UIMA 2.3.1
|
||||
Apache ZooKeeper 3.4.5
|
||||
|
||||
Upgrading from Solr 4.1.0
|
||||
----------------------
|
||||
|
||||
(No upgrade instructions yet)
|
||||
|
||||
Detailed Change List
|
||||
----------------------
|
||||
|
||||
(No changes yet)
|
||||
|
||||
|
||||
================== 4.1.0 ==================
|
||||
|
||||
Versions of Major Components
|
||||
|
|
Loading…
Reference in New Issue