LUCENE-5180: move CHANGES entry

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1524122 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2013-09-17 16:29:25 +00:00
parent 9a6360e131
commit f5ccd2cf1d
1 changed files with 4 additions and 4 deletions

View File

@ -38,10 +38,6 @@ New Features
* SOLR-3359: Added analyzer attribute/property to SynonymFilterFactory.
(Ryo Onodera via Koji Sekiguchi)
* LUCENE-5180: ShingleFilter now creates shingles with trailing holes,
for example if a StopFilter had removed the last token. (Mike
McCandless)
Optimizations
* LUCENE-4848: Use Java 7 NIO2-FileChannel instead of RandomAccessFile
@ -66,6 +62,10 @@ New Features
with script-like syntax.
(Jack Conradson, Ryan Ernst, Uwe Schindler via Robert Muir)
* LUCENE-5180: ShingleFilter now creates shingles with trailing holes,
for example if a StopFilter had removed the last token. (Mike
McCandless)
Bug Fixes
* LUCENE-4998: Fixed a few places to pass IOContext.READONCE instead