SOLR-3359: oops. This is for 5.0

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1504055 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Koji Sekiguchi 2013-07-17 08:50:51 +00:00
parent ec803e133e
commit e889773f19
1 changed files with 3 additions and 3 deletions

View File

@ -36,6 +36,9 @@ New Features
no longer support multiple "dictionaries" as there is only one dictionary available.
(Dawid Weiss)
* SOLR-3359: Added analyzer attribute/property to SynonymFilterFactory.
(Ryo Onodera via Koji Sekiguchi)
Optimizations
* LUCENE-4848: Use Java 7 NIO2-FileChannel instead of RandomAccessFile
@ -57,9 +60,6 @@ New features
* LUCENE-5098: New broadword utility methods in oal.util.BroadWord.
(Paul Elschot via Adrien Grand, Dawid Weiss)
* SOLR-3359: Added analyzer attribute/property to SynonymFilterFactory.
(Ryo Onodera via Koji Sekiguchi)
API Changes
* LUCENE-5094: Add ramBytesUsed() to MultiDocValues.OrdinalMap.