- Updated the note for LUCENE-730 to mention that docs can now be delivered out of order during scoring

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@529819 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Otis Gospodnetic 2007-04-18 00:38:50 +00:00
parent 5b63c00106
commit dc395c92bf
1 changed files with 5 additions and 3 deletions

View File

@ -134,9 +134,11 @@ Optimizations
IndexOutput directly now. This avoids further buffering and thus avoids IndexOutput directly now. This avoids further buffering and thus avoids
unneccessary array copies. (Michael Busch) unneccessary array copies. (Michael Busch)
3. LUCENE-730: Updated BooleanScorer2 to make use of BooleanScorer in some cases and possibly improve 3. LUCENE-730: Updated BooleanScorer2 to make use of BooleanScorer in some
scoring performance. N.B. A bit of code had to be disabled in QueryUtils in order for TestBoolean2 cases and possibly improve scoring performance. Documents can now be
test to keep passing. 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) (Paul Elschot via Otis Gospodnetic)
Documentation: Documentation: