[jira] Updated: (LUCENE-443) ConjunctionScorer tune-up

2006-09-21 Thread Paul Elschot (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-443?page=all ] Paul Elschot updated LUCENE-443: Attachment: Conjunction20060921.patch Iirc the orginal performance problem was caused by creation of objects in the tight loop doing skipTo() on al the scorer

[jira] Updated: (LUCENE-443) ConjunctionScorer tune-up

2005-10-02 Thread paul.elschot (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-443?page=all ] paul.elschot updated LUCENE-443: Attachment: ConjunctionScorer.java Simplified version, removed most casts, inlined first() and last(). Passes all tests here. Regards, Paul Elschot > Conjunct

[jira] Updated: (LUCENE-443) ConjunctionScorer tune-up

2005-10-01 Thread Abdul Chaudhry (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-443?page=all ] Abdul Chaudhry updated LUCENE-443: -- Attachment: ConjunctionScorer.java Updated a version of the ConjunctionScorer which uses an array rather than a linked list. The first(), last() and doc()