mirror of https://github.com/apache/lucene.git
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:
parent
ec803e133e
commit
e889773f19
|
@ -36,6 +36,9 @@ New Features
|
||||||
no longer support multiple "dictionaries" as there is only one dictionary available.
|
no longer support multiple "dictionaries" as there is only one dictionary available.
|
||||||
(Dawid Weiss)
|
(Dawid Weiss)
|
||||||
|
|
||||||
|
* SOLR-3359: Added analyzer attribute/property to SynonymFilterFactory.
|
||||||
|
(Ryo Onodera via Koji Sekiguchi)
|
||||||
|
|
||||||
Optimizations
|
Optimizations
|
||||||
|
|
||||||
* LUCENE-4848: Use Java 7 NIO2-FileChannel instead of RandomAccessFile
|
* 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.
|
* LUCENE-5098: New broadword utility methods in oal.util.BroadWord.
|
||||||
(Paul Elschot via Adrien Grand, Dawid Weiss)
|
(Paul Elschot via Adrien Grand, Dawid Weiss)
|
||||||
|
|
||||||
* SOLR-3359: Added analyzer attribute/property to SynonymFilterFactory.
|
|
||||||
(Ryo Onodera via Koji Sekiguchi)
|
|
||||||
|
|
||||||
API Changes
|
API Changes
|
||||||
|
|
||||||
* LUCENE-5094: Add ramBytesUsed() to MultiDocValues.OrdinalMap.
|
* LUCENE-5094: Add ramBytesUsed() to MultiDocValues.OrdinalMap.
|
||||||
|
|
Loading…
Reference in New Issue