mirror of https://github.com/apache/lucene.git
Add Lucene 4.5
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1501091 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8ad221ee8e
commit
e52e98e2f7
|
@ -43,6 +43,10 @@ Optimizations
|
|||
on Windows if NIOFSDirectory is used, mmapped files are still locked.
|
||||
(Michael Poindexter, Robert Muir, Uwe Schindler)
|
||||
|
||||
|
||||
======================= Lucene 4.5.0 =======================
|
||||
|
||||
|
||||
======================= Lucene 4.4.0 =======================
|
||||
|
||||
Changes in backwards compatibility policy
|
||||
|
|
|
@ -68,6 +68,13 @@ public enum Version {
|
|||
@Deprecated
|
||||
LUCENE_44,
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 4.5 release.
|
||||
* @deprecated (5.0) Use latest
|
||||
*/
|
||||
@Deprecated
|
||||
LUCENE_45,
|
||||
|
||||
/** Match settings and bugs in Lucene's 5.0 release.
|
||||
* <p>
|
||||
* Use this to get the latest & greatest settings, bug
|
||||
|
|
|
@ -47,6 +47,24 @@ Other Changes
|
|||
|
||||
* SOLR-4792: Stop shipping a .war. (Robert Muir)
|
||||
|
||||
|
||||
================== 4.5.0 ==================
|
||||
|
||||
Versions of Major Components
|
||||
---------------------
|
||||
Apache Tika 1.4
|
||||
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.4.0
|
||||
----------------------
|
||||
|
||||
Detailed Change List
|
||||
----------------------
|
||||
|
||||
|
||||
================== 4.4.0 ==================
|
||||
|
||||
Versions of Major Components
|
||||
|
|
Loading…
Reference in New Issue