mirror of https://github.com/apache/lucene.git
fix CHANGES.TXT
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1297713 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bf90ce175d
commit
447f10f70a
|
@ -862,6 +862,10 @@ New Features
|
|||
* LUCENE-3714: Add top N shortest cost paths search for FST.
|
||||
(Robert Muir, Dawid Weiss, Mike McCandless)
|
||||
|
||||
* LUCENE-3789: Expose MTQ TermsEnum via RewriteMethod for non package private
|
||||
access (Simon Willnauer)
|
||||
|
||||
|
||||
Bug fixes
|
||||
|
||||
* LUCENE-3595: Fixed FieldCacheRangeFilter and FieldCacheTermsFilter
|
||||
|
@ -1120,9 +1124,6 @@ New Features
|
|||
* LUCENE-3558: Moved SearcherManager, NRTManager & SearcherLifetimeManager into
|
||||
core. All classes are contained in o.a.l.search. (Simon Willnauer)
|
||||
|
||||
* LUCENE-3789: Expose MTQ TermsEnum via RewriteMethod for non package private
|
||||
access (Simon Willnauer)
|
||||
|
||||
Optimizations
|
||||
|
||||
* LUCENE-3426: Add NGramPhraseQuery which extends PhraseQuery and tries to
|
||||
|
|
Loading…
Reference in New Issue