diff --git a/CHANGES.txt b/CHANGES.txt index 080a5649cbf..7aac3451ccb 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -134,9 +134,11 @@ Optimizations IndexOutput directly now. This avoids further buffering and thus avoids unneccessary array copies. (Michael Busch) - 3. LUCENE-730: Updated BooleanScorer2 to make use of BooleanScorer in some cases and possibly improve - scoring performance. N.B. A bit of code had to be disabled in QueryUtils in order for TestBoolean2 - test to keep passing. + 3. LUCENE-730: Updated BooleanScorer2 to make use of BooleanScorer in some + cases and possibly improve scoring performance. Documents can now be + delivered out-of-order as they are scored (e.g. to HitCollector). + N.B. A bit of code had to be disabled in QueryUtils in order for + TestBoolean2 test to keep passing. (Paul Elschot via Otis Gospodnetic) Documentation: