You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by ot...@apache.org on 2007/04/18 02:38:51 UTC

svn commit: r529819 - /lucene/java/trunk/CHANGES.txt

Author: otis
Date: Tue Apr 17 17:38:50 2007
New Revision: 529819

URL: http://svn.apache.org/viewvc?view=rev&rev=529819
Log:
- Updated the note for LUCENE-730 to mention that docs can now be delivered out of order during scoring

Modified:
    lucene/java/trunk/CHANGES.txt

Modified: lucene/java/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/java/trunk/CHANGES.txt?view=diff&rev=529819&r1=529818&r2=529819
==============================================================================
--- lucene/java/trunk/CHANGES.txt (original)
+++ lucene/java/trunk/CHANGES.txt Tue Apr 17 17:38:50 2007
@@ -134,9 +134,11 @@
     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: