mirror of https://github.com/apache/lucene.git
- 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:
parent
5b63c00106
commit
dc395c92bf
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue