mirror of https://github.com/apache/lucene.git
preparing Lucene 3.5 release adding 3.6 constants and changes sections
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1204451 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cc050e725a
commit
356fa5d137
|
@ -636,6 +636,11 @@ Bug fixes
|
|||
when the directory isn't MMapDirectory, due to failing to reuse
|
||||
DocsAndPositionsEnum while merging (Marc Sturlese, Erick Erickson,
|
||||
Robert Muir, Simon Willnauer, Mike McCandless)
|
||||
|
||||
|
||||
======================= Lucene 3.6.0 =======================
|
||||
|
||||
(No Changes)
|
||||
|
||||
======================= Lucene 3.5.0 =======================
|
||||
|
||||
|
|
|
@ -81,6 +81,10 @@ Bug Fixes
|
|||
* LUCENE-3045: fixed QueryNodeImpl.containsTag(String key) that was
|
||||
not lowercasing the key before checking for the tag (Adriano Crestani)
|
||||
|
||||
======================= Lucene 3.6.0 ================
|
||||
|
||||
(No Changes)
|
||||
|
||||
======================= Lucene 3.5.0 ================
|
||||
|
||||
Changes in backwards compatibility policy
|
||||
|
|
|
@ -72,6 +72,13 @@ public enum Version {
|
|||
*/
|
||||
@Deprecated
|
||||
LUCENE_35,
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 3.6 release.
|
||||
* @deprecated (4.0) Use latest
|
||||
*/
|
||||
@Deprecated
|
||||
LUCENE_36,
|
||||
|
||||
/** Match settings and bugs in Lucene's 4.0 release.
|
||||
* <p>
|
||||
|
|
|
@ -369,6 +369,10 @@ Documentation
|
|||
|
||||
* SOLR-2232: Improved README info on solr.solr.home in examples
|
||||
(Eric Pugh and hossman)
|
||||
|
||||
================== 3.6.0 ==================
|
||||
|
||||
(No Changes)
|
||||
|
||||
================== 3.5.0 ==================
|
||||
|
||||
|
|
|
@ -11,6 +11,10 @@ $Id$
|
|||
|
||||
(No Changes)
|
||||
|
||||
================== Release 3.6.0 ==================
|
||||
|
||||
(No Changes)
|
||||
|
||||
================== Release 3.5.0 ==================
|
||||
|
||||
(No Changes)
|
||||
|
|
|
@ -28,6 +28,10 @@ $Id$
|
|||
|
||||
(No Changes)
|
||||
|
||||
================== Release 3.6.0 ==================
|
||||
|
||||
(No Changes)
|
||||
|
||||
================== Release 3.5.0 ==================
|
||||
|
||||
* SOLR-2372: Upgrade Solr to Tika 0.10 (janhoy)
|
||||
|
|
|
@ -7,6 +7,10 @@ See http://wiki.apache.org/solr/LanguageDetection for details
|
|||
|
||||
$Id$
|
||||
|
||||
================== Release 3.6.0 ==================
|
||||
|
||||
(No Changes)
|
||||
|
||||
================== Release 3.5.0 ==================
|
||||
|
||||
Initial release. See README.txt.
|
||||
|
|
|
@ -23,6 +23,10 @@ $Id$
|
|||
|
||||
(No Changes)
|
||||
|
||||
================== 3.6.0 ==================
|
||||
|
||||
(No Changes)
|
||||
|
||||
================== 3.5.0 ==================
|
||||
|
||||
Other Changes
|
||||
|
|
Loading…
Reference in New Issue