diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 1eadfbafad0..87678750af4 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -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