mirror of https://github.com/apache/lucene.git
LUCENE-5879: move CHANGES entry to 5.2.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1671766 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3e12747138
commit
dbf9d54fd9
|
@ -19,10 +19,6 @@ New Features
|
|||
for counting ranges that align with the underlying terms as defined by the
|
||||
NumberRangePrefixTree (e.g. familiar date units like days). (David Smiley)
|
||||
|
||||
* LUCENE-5879: Added experimental auto-prefix terms to BlockTree terms
|
||||
dictionary, exposed as AutoPrefixPostingsFormat (Adrien Grand,
|
||||
Uwe Schindler, Robert Muir, Mike McCandless)
|
||||
|
||||
API Changes
|
||||
|
||||
* LUCENE-3312: The API of oal.document was restructured to
|
||||
|
@ -54,6 +50,10 @@ New Features
|
|||
global ordinals, which is faster for subsequent joins between reopens.
|
||||
(Martijn van Groningen, Adrien Grand)
|
||||
|
||||
* LUCENE-5879: Added experimental auto-prefix terms to BlockTree terms
|
||||
dictionary, exposed as AutoPrefixPostingsFormat (Adrien Grand,
|
||||
Uwe Schindler, Robert Muir, Mike McCandless)
|
||||
|
||||
Optimizations
|
||||
|
||||
* LUCENE-6379: IndexWriter.deleteDocuments(Query...) now detects if
|
||||
|
|
Loading…
Reference in New Issue