mirror of https://github.com/apache/lucene.git
open up 3.5 section
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1166652 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c0f05e7b37
commit
e758a5e444
|
@ -533,7 +533,14 @@ Bug fixes
|
|||
* LUCENE-2945: Fix hashCode/equals for surround query parser generated queries.
|
||||
(Paul Elschot, Simon Rosenthal, gsingers via ehatcher)
|
||||
|
||||
======================= Lucene 3.x (not yet released) ================
|
||||
======================= Lucene 3.5.0 =======================
|
||||
|
||||
Bug fixes
|
||||
|
||||
* LUCENE-3412: SloppyPhraseScorer was returning non-deterministic results
|
||||
for queries with many repeats (Doron Cohen)
|
||||
|
||||
======================= Lucene 3.4.0 =======================
|
||||
|
||||
Bug fixes
|
||||
|
||||
|
@ -590,9 +597,6 @@ Bug fixes
|
|||
easily corrupt the index. (Mark Miller, Robert Muir, Mike
|
||||
McCandless)
|
||||
|
||||
* LUCENE-3412: SloppyPhraseScorer was returning non-deterministic results
|
||||
for queries with many repeats (Doron Cohen)
|
||||
|
||||
New Features
|
||||
|
||||
* LUCENE-3290: Added FieldInvertState.numUniqueTerms
|
||||
|
|
|
@ -75,7 +75,15 @@ Bug Fixes
|
|||
* LUCENE-3045: fixed QueryNodeImpl.containsTag(String key) that was
|
||||
not lowercasing the key before checking for the tag (Adriano Crestani)
|
||||
|
||||
======================= Lucene 3.x (not yet released) ================
|
||||
======================= Lucene 3.5.0 ================
|
||||
|
||||
New Features
|
||||
|
||||
* LUCENE-1824: Add BoundaryScanner interface and its implementation classes,
|
||||
SimpleBoundaryScanner and BreakIteratorBoundaryScanner, so that FVH's FragmentsBuilder
|
||||
can find "natural" boundary to make snippets. (Robert Muir, Koji Sekiguchi)
|
||||
|
||||
======================= Lucene 3.4.0 ================
|
||||
|
||||
New Features
|
||||
|
||||
|
@ -103,10 +111,6 @@ New Features
|
|||
added support for simple numeric queries, such as <age:4>, in contrib
|
||||
query parser (Vinicius Barros via Uwe Schindler)
|
||||
|
||||
* LUCENE-1824: Add BoundaryScanner interface and its implementation classes,
|
||||
SimpleBoundaryScanner and BreakIteratorBoundaryScanner, so that FVH's FragmentsBuilder
|
||||
can find "natural" boundary to make snippets. (Robert Muir, Koji Sekiguchi)
|
||||
|
||||
Changes in runtime behavior:
|
||||
|
||||
* LUCENE-1768: StandardQueryConfigHandler now uses NumericFieldConfigListener
|
||||
|
|
|
@ -31,7 +31,7 @@ Apache UIMA 2.3.1-SNAPSHOT
|
|||
Apache ZooKeeper 3.3.3
|
||||
|
||||
|
||||
Upgrading from Solr 3.3-dev
|
||||
Upgrading from Solr 3.4-dev
|
||||
----------------------
|
||||
|
||||
* The Lucene index format has changed and as a result, once you upgrade,
|
||||
|
@ -319,7 +319,11 @@ Documentation
|
|||
* SOLR-2232: Improved README info on solr.solr.home in examples
|
||||
(Eric Pugh and hossman)
|
||||
|
||||
======================= 3.x (not yet released) ================
|
||||
================== 3.5.0 ==================
|
||||
|
||||
(No Changes)
|
||||
|
||||
================== 3.4.0 ==================
|
||||
|
||||
Upgrading from Solr 3.3
|
||||
----------------------
|
||||
|
|
|
@ -17,7 +17,11 @@ $Id$
|
|||
the Solr 3.x ICUCollationKeyFilterFactory, and also supports
|
||||
Locale-sensitive range queries. (rmuir)
|
||||
|
||||
================== 3.4.0-dev ==============
|
||||
================== 3.5.0 ==================
|
||||
|
||||
(No Changes)
|
||||
|
||||
================== 3.4.0 ==================
|
||||
|
||||
(No Changes)
|
||||
|
||||
|
|
|
@ -11,7 +11,11 @@ $Id$
|
|||
|
||||
(No Changes)
|
||||
|
||||
================== Release 3.4.0-dev ==============
|
||||
================== Release 3.5.0 ==================
|
||||
|
||||
(No Changes)
|
||||
|
||||
================== Release 3.4.0 ==================
|
||||
|
||||
SOLR-2706: The carrot.lexicalResourcesDir parameter now works
|
||||
with absolute directories (Stanislaw Osinski)
|
||||
|
|
|
@ -12,7 +12,11 @@ $Id$
|
|||
|
||||
(No Changes)
|
||||
|
||||
================== 3.4.0-dev ==============
|
||||
================== 3.5.0 ==================
|
||||
|
||||
(No Changes)
|
||||
|
||||
================== 3.4.0 ==================
|
||||
|
||||
Bug Fixes
|
||||
----------------------
|
||||
|
|
|
@ -28,7 +28,11 @@ $Id$
|
|||
|
||||
(No Changes)
|
||||
|
||||
================== Release 3.4.0-dev ==============
|
||||
================== Release 3.5.0 ==================
|
||||
|
||||
(No Changes)
|
||||
|
||||
================== Release 3.4.0 ==================
|
||||
|
||||
* SOLR-2540: CommitWithin as an Update Request parameter
|
||||
You can now specify &commitWithin=N (ms) on the update request (janhoy)
|
||||
|
|
|
@ -23,7 +23,11 @@ $Id$
|
|||
|
||||
(No Changes)
|
||||
|
||||
================== 3.4.0-dev ==============
|
||||
================== 3.5.0 ==================
|
||||
|
||||
(No Changes)
|
||||
|
||||
================== 3.4.0 ==================
|
||||
|
||||
(No Changes)
|
||||
|
||||
|
|
Loading…
Reference in New Issue