mirror of https://github.com/apache/lucene.git
Move to Lucene 4.9 on stable branch
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1586576 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d825efca44
commit
05bb3e8673
|
@ -71,6 +71,12 @@ Other
|
|||
* LUCENE-5563: Removed sep layout: which has fallen behind on features and doesn't
|
||||
perform as well as other options. (Robert Muir)
|
||||
|
||||
======================= Lucene 4.9.0 =======================
|
||||
|
||||
New Features
|
||||
|
||||
* placeolder
|
||||
|
||||
======================= Lucene 4.8.0 =======================
|
||||
|
||||
System Requirements
|
||||
|
|
|
@ -96,6 +96,13 @@ public enum Version {
|
|||
@Deprecated
|
||||
LUCENE_48,
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 4.9 release.
|
||||
* @deprecated (5.0) Use latest
|
||||
*/
|
||||
@Deprecated
|
||||
LUCENE_49,
|
||||
|
||||
/** Match settings and bugs in Lucene's 5.0 release.
|
||||
* <p>
|
||||
* Use this to get the latest & greatest settings, bug
|
||||
|
|
|
@ -76,6 +76,26 @@ Other Changes
|
|||
* SOLR-5936: Removed deprecated non-Trie-based numeric & date field types.
|
||||
(Steve Rowe)
|
||||
|
||||
================== 4.9.0 ==================
|
||||
|
||||
Versions of Major Components
|
||||
---------------------
|
||||
Apache Tika 1.5
|
||||
Carrot2 3.9.0
|
||||
Velocity 1.7 and Velocity Tools 2.0
|
||||
Apache UIMA 2.3.1
|
||||
Apache ZooKeeper 3.4.6
|
||||
|
||||
Upgrading from Solr 4.8
|
||||
----------------------
|
||||
|
||||
* placeholder
|
||||
|
||||
Detailed Change List
|
||||
----------------------
|
||||
|
||||
* placeholder
|
||||
|
||||
================== 4.8.0 ==================
|
||||
|
||||
Versions of Major Components
|
||||
|
|
Loading…
Reference in New Issue