mirror of https://github.com/apache/lucene.git
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:
parent
9a6360e131
commit
f5ccd2cf1d
|
@ -38,10 +38,6 @@ New Features
|
||||||
* SOLR-3359: Added analyzer attribute/property to SynonymFilterFactory.
|
* SOLR-3359: Added analyzer attribute/property to SynonymFilterFactory.
|
||||||
(Ryo Onodera via Koji Sekiguchi)
|
(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
|
Optimizations
|
||||||
|
|
||||||
* LUCENE-4848: Use Java 7 NIO2-FileChannel instead of RandomAccessFile
|
* LUCENE-4848: Use Java 7 NIO2-FileChannel instead of RandomAccessFile
|
||||||
|
@ -66,6 +62,10 @@ New Features
|
||||||
with script-like syntax.
|
with script-like syntax.
|
||||||
(Jack Conradson, Ryan Ernst, Uwe Schindler via Robert Muir)
|
(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
|
Bug Fixes
|
||||||
|
|
||||||
* LUCENE-4998: Fixed a few places to pass IOContext.READONCE instead
|
* LUCENE-4998: Fixed a few places to pass IOContext.READONCE instead
|
||||||
|
|
Loading…
Reference in New Issue