[
http://issues.apache.org/jira/browse/LUCENE-700?page=comments#action_12444949 ]
Paul Elschot commented on LUCENE-700:
-
It looks like the initially posted code is from BooleanScorer, but nowadays
normally BooleanScorer2 is used.
Would it be
[
http://issues.apache.org/jira/browse/LUCENE-700?page=comments#action_12444921 ]
Otis Gospodnetic commented on LUCENE-700:
-
Is that while loop in your initial comment endless?
Can you write a little class/unit test that shows this?
I can
[
http://issues.apache.org/jira/browse/LUCENE-700?page=comments#action_12444830 ]
kaineci commented on LUCENE-700:
i see.
.
more = false;
end += BucketTable.SIZE;//corresponding one term
for (SubScorer sub = scorers; sub != null;
[
http://issues.apache.org/jira/browse/LUCENE-700?page=comments#action_12444811 ]
kaineci commented on LUCENE-700:
loop may be rewriten :while((bucket!=null) && (fisrst || (bucket !=
firstElem))) where firstElem stores the first elements of buck