LUCENE-6339: move changes entry from 6.0.0 to 5.1.0

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669703 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Areek Zillur 2015-03-27 23:04:23 +00:00
parent b7adb6ac77
commit 0e2def6f5c
1 changed files with 3 additions and 3 deletions

View File

@ -19,9 +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-6339: Added Near-real time Document Suggester via custom postings format
(Areek Zillur, Mike McCandless, Simon Willnauer)
API Changes
* LUCENE-3312: The API of oal.document was restructured to
@ -65,6 +62,9 @@ New Features
* LUCENE-6355: IndexWriter's infoStream now also logs time to write FieldInfos
during merge (Lee Hinman via Mike McCandless)
* LUCENE-6339: Added Near-real time Document Suggester via custom postings format
(Areek Zillur, Mike McCandless, Simon Willnauer)
Bug Fixes
* LUCENE-6368: FST.save can truncate output (BufferedOutputStream may be closed