[ https://issues.apache.org/jira/browse/LUCENE-944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Busch updated LUCENE-944: --------------------------------- Attachment: lucene-944.patch All core & contrib tests pass now. The problem was QueryUtils#checkSkipTo(). It still performed the checks using a global scorer, which resulted in failures in the FieldCacheSanityChecker. (the same values were cached twice: once for the global reader plus for the per-segment readers). QueryUtils#checkFirstSkipTo() was already implemented correctly so that it performs the checks with per-segment scorers. I think this is ready to commit now. Mark, do you want to take a look at my checkSkipTo() changes before I commit? > Remove deprecated methods in BooleanQuery > ----------------------------------------- > > Key: LUCENE-944 > URL: https://issues.apache.org/jira/browse/LUCENE-944 > Project: Lucene - Java > Issue Type: Improvement > Components: Search > Reporter: Paul Elschot > Assignee: Michael Busch > Priority: Minor > Fix For: 3.0 > > Attachments: BooleanQuery20070626.patch, lucene-944.patch, > lucene-944.patch > > > Remove deprecated methods setUseScorer14 and getUseScorer14 in BooleanQuery, > and adapt javadocs. -- 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: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org