[jira] Updated: (LUCENE-557) search vs explain - score discrepancies

2006-04-26 Thread Hoss Man (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-557?page=all ] Hoss Man updated LUCENE-557: Attachment: LUCENE-557-modify-existing-tests.patch Phase one: stealthily modify (almost) all tests that use an IndexSearcher to use a new subclass which will check eve

[jira] Updated: (LUCENE-557) search vs explain - score discrepancies

2006-05-01 Thread Hoss Man (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-557?page=all ] Hoss Man updated LUCENE-557: Attachment: LUCENE-557-modify-existing-tests.patch Update to previous patch, with some additional helper utilities in CheckHits > search vs explain - score discrepanci

[jira] Updated: (LUCENE-557) search vs explain - score discrepancies

2006-05-01 Thread Hoss Man (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-557?page=all ] Hoss Man updated LUCENE-557: Attachment: LUCENE-557-newtests.zip Some new tests covering every type of query in the "core" lucene code base. various examples of each query type are checked both t

[jira] Updated: (LUCENE-557) search vs explain - score discrepancies

2006-05-10 Thread Hoss Man (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-557?page=all ] Hoss Man updated LUCENE-557: Attachment: LUCENE-557-newtests.zip Silly Hoss ... I made a big blunder when i created these tests, and didn't check that my "expected" cases where right for the basic

[jira] Updated: (LUCENE-557) search vs explain - score discrepancies

2006-05-12 Thread Hoss Man (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-557?page=all ] Hoss Man updated LUCENE-557: Attachment: LUCENE-557-BooleanQuery-explain-fix.patch Some fixes to BooleanQuery to make BooleanWeight.explain work correctly in more cases: specifically when minNrSho

[jira] Updated: (LUCENE-557) search vs explain - score discrepancies

2006-05-12 Thread Hoss Man (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-557?page=all ] Hoss Man updated LUCENE-557: Attachment: LUCENE-557-FilteredQuery-explain-fix.patch Patch of FilteredQuery that returns a correct Explanation in negative cases where the document does not pass the

[jira] Updated: (LUCENE-557) search vs explain - score discrepancies

2006-05-12 Thread Hoss Man (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-557?page=all ] Hoss Man updated LUCENE-557: Attachment: LUCENE-557-SpanScorer-explain-HACK-fix.patch HACK work arround for making SpanScorer.explain work in spite of NearSpan bug. Fixes all existing known SpanQ