[ https://issues.apache.org/jira/browse/LUCENE-1345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Eks Dev updated LUCENE-1345: ---------------------------- Attachment: DisjunctionDISI.patch I just realised TestDisjunctionDISI had a bug (iterators have to be reinitialized)... apart from that only small change in DISIQueue to use constants instead of vars (compiler should have done it as well, but you never know) private final void downHeap() { + int i = 1; + int j = 2; //i << 1; // find smaller child + int k = 3; //j + 1; + > Allow Filter as clause to BooleanQuery > -------------------------------------- > > Key: LUCENE-1345 > URL: https://issues.apache.org/jira/browse/LUCENE-1345 > Project: Lucene - Java > Issue Type: Improvement > Components: Search > Reporter: Paul Elschot > Priority: Minor > Attachments: DisjunctionDISI.patch, DisjunctionDISI.patch, > LUCENE-1345.patch > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]