[ https://issues.apache.org/jira/browse/LUCENE-1296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12624658#action_12624658 ]
Paul Elschot commented on LUCENE-1296: -------------------------------------- I think this is ready to commit. Even so, I'd like to repeat that it also removes the choice of another DocIdSet in the contrib search/BooleanFilter and misc/ChainedFilter. In the latest patch, the actual choice of another DocIdSet is left to subclasses of CachingWrapperFilter that are not implemented. One detail: for maximum flexibility, the 2nd argument to the protected method docIdSetToCache might be replaced by the indexreader. At the moment the 2nd arg is maxDoc of the indexreader, which is the only info I have needed so far to chose another DocIdSet. > Allow use of compact DocIdSet in CachingWrapperFilter > ----------------------------------------------------- > > Key: LUCENE-1296 > URL: https://issues.apache.org/jira/browse/LUCENE-1296 > Project: Lucene - Java > Issue Type: New Feature > Components: Search > Reporter: Paul Elschot > Priority: Minor > Attachments: cachedFilter20080529.patch, cachedFilter20080605.patch > > > Extends CachingWrapperFilter with a protected method to determine the > DocIdSet to be cached. -- 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]