mirror of https://github.com/apache/lucene.git
add 4.10
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1603214 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
280c297c9c
commit
eec3af30a4
|
@ -94,6 +94,10 @@ Other
|
||||||
* LUCENE-5563: Removed sep layout: which has fallen behind on features and doesn't
|
* LUCENE-5563: Removed sep layout: which has fallen behind on features and doesn't
|
||||||
perform as well as other options. (Robert Muir)
|
perform as well as other options. (Robert Muir)
|
||||||
|
|
||||||
|
======================= Lucene 4.10.0 ======================
|
||||||
|
|
||||||
|
(No Changes)
|
||||||
|
|
||||||
======================= Lucene 4.9.0 =======================
|
======================= Lucene 4.9.0 =======================
|
||||||
|
|
||||||
Changes in Runtime Behavior
|
Changes in Runtime Behavior
|
||||||
|
|
|
@ -102,6 +102,13 @@ public enum Version {
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
LUCENE_4_9,
|
LUCENE_4_9,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Match settings and bugs in Lucene's 4.10 release.
|
||||||
|
* @deprecated (5.0) Use latest
|
||||||
|
*/
|
||||||
|
@Deprecated
|
||||||
|
LUCENE_4_10,
|
||||||
|
|
||||||
/** Match settings and bugs in Lucene's 5.0 release.
|
/** Match settings and bugs in Lucene's 5.0 release.
|
||||||
* <p>
|
* <p>
|
||||||
|
|
|
@ -86,6 +86,10 @@ Other Changes
|
||||||
|
|
||||||
* SOLR-6169: Properly remove CoreAdminHandler handleAlias action (Alan Woodward)
|
* SOLR-6169: Properly remove CoreAdminHandler handleAlias action (Alan Woodward)
|
||||||
|
|
||||||
|
================== 4.10.0 =================
|
||||||
|
|
||||||
|
(No Changes)
|
||||||
|
|
||||||
================== 4.9.0 ==================
|
================== 4.9.0 ==================
|
||||||
|
|
||||||
Versions of Major Components
|
Versions of Major Components
|
||||||
|
|
Loading…
Reference in New Issue