[jira] Updated: (LUCENE-395) CoordConstrainedBooleanQuery + QueryParser support

2005-11-09 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-395?page=all ] Yonik Seeley updated LUCENE-395: Attachment: BooleanQuery.patch attaching new BooleanQuery.patch that fixes a toString() typo and syncs with head. > CoordConstrainedBooleanQuery + QueryParser

[jira] Updated: (LUCENE-395) CoordConstrainedBooleanQuery + QueryParser support

2005-11-06 Thread paul.elschot (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-395?page=all ] paul.elschot updated LUCENE-395: Attachment: TestBoolean2Patch5.txt Patch to TestBoolean2.java to use try/finally to reset the static useScorer14 flag in BooleanQuery even when a test fails. T

[jira] Updated: (LUCENE-395) CoordConstrainedBooleanQuery + QueryParser support

2005-11-04 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-395?page=all ] Yonik Seeley updated LUCENE-395: Attachment: BooleanQuery.patch TestBooleanMinShouldMatch.java Thanks for the scoring clarification guys... if I only set minNrShouldMatch>0 on

[jira] Updated: (LUCENE-395) CoordConstrainedBooleanQuery + QueryParser support

2005-10-20 Thread Hoss Man (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-395?page=all ] Hoss Man updated LUCENE-395: Attachment: TestBooleanMinShouldMatch.java fixed a one character typo in a test name that caused the test to not be run... > CoordConstrainedBooleanQuery + QueryPars

[jira] Updated: (LUCENE-395) CoordConstrainedBooleanQuery + QueryParser support

2005-10-08 Thread paul.elschot (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-395?page=all ] paul.elschot updated LUCENE-395: Attachment: BooleanScorer2.java This a continuation of the earlier patch. The basic ideas are now built deep into the logic of determining the actual scorer to

[jira] Updated: (LUCENE-395) CoordConstrainedBooleanQuery + QueryParser support

2005-10-08 Thread paul.elschot (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-395?page=all ] paul.elschot updated LUCENE-395: Attachment: TestBooleanMinShouldMatch.java Some refactoring to make things more compact, no functional changes. > CoordConstrainedBooleanQuery + QueryParser su

[jira] Updated: (LUCENE-395) CoordConstrainedBooleanQuery + QueryParser support

2005-10-03 Thread Hoss Man (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-395?page=all ] Hoss Man updated LUCENE-395: Attachment: LUCENE-395.patch TestBooleanMinShouldMatch.java Here is: 1) Revised version of TestBooleanMinShouldMatch with new methods to to test for t

[jira] Updated: (LUCENE-395) CoordConstrainedBooleanQuery + QueryParser support

2005-10-03 Thread Hoss Man (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-395?page=all ] Hoss Man updated LUCENE-395: Attachment: LUCENE-395.patch Okay - a new patch, and this one (amazingly) seems to work. All existing tests in SVN pass, as well as the new ones I've attached to this

[jira] Updated: (LUCENE-395) CoordConstrainedBooleanQuery + QueryParser support

2005-09-29 Thread Hoss Man (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-395?page=all ] Hoss Man updated LUCENE-395: Attachment: TestBooleanMinShouldMatch.java Paul: i thought i had accounted for both situations, but you're right -- it's not enough to make sure that all of the existi

[jira] Updated: (LUCENE-395) CoordConstrainedBooleanQuery + QueryParser support

2005-09-27 Thread Hoss Man (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-395?page=all ] Hoss Man updated LUCENE-395: Attachment: LUCENE-395.patch TestBooleanMinShouldMatch.java I don't really understand BooleanScorer2 very much, but i thought I understaood it enough t