[jira] Commented: (LUCENE-700) endless loop when querying using BooleanQuery.

2006-10-26 Thread Paul Elschot (JIRA)
[ 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

[jira] Commented: (LUCENE-700) endless loop when querying using BooleanQuery.

2006-10-26 Thread Otis Gospodnetic (JIRA)
[ 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

[jira] Commented: (LUCENE-700) endless loop when querying using BooleanQuery.

2006-10-26 Thread kaineci (JIRA)
[ 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;

[jira] Commented: (LUCENE-700) endless loop when querying using BooleanQuery.

2006-10-25 Thread kaineci (JIRA)
[ 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