[ https://issues.apache.org/jira/browse/LUCENE-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Uwe Schindler updated LUCENE-1504: ---------------------------------- Description: Contrib-Spatial should be rewritten to use the new DocIdSet Filter API with OpenBitSets instead of j.u.BitSets. FilteredDocIdSet can be used to replace (I)SerialChainFilter. (was: From erik's comments in LUCENE-1387 * Maybe the Filter's should be using the DocIdSet API rather than the BitSet deprecated stuff? We can refactor that after being committed I supposed, but not something we want to leave like that. We should also look at moving SerialChainFilter out of the spatial contrib since it is more generally useful then just spatial search.) Summary: Contrib-Spatial should use DocSet API rather then deprecated BitSet API (was: SerialChainFilter should use DocSet API rather then deprecated BitSet API) I updated the issue's description. Mike, do you want to take this issue or should I commit later? > Contrib-Spatial should use DocSet API rather then deprecated BitSet API > ----------------------------------------------------------------------- > > Key: LUCENE-1504 > URL: https://issues.apache.org/jira/browse/LUCENE-1504 > Project: Lucene - Java > Issue Type: Improvement > Components: contrib/spatial > Reporter: Ryan McKinley > Assignee: Uwe Schindler > Fix For: 2.9 > > Attachments: LUCENE-1504.patch, LUCENE-1504.patch, LUCENE-1504.patch, > LUCENE-1504.patch, LUCENE-1504.patch > > > Contrib-Spatial should be rewritten to use the new DocIdSet Filter API with > OpenBitSets instead of j.u.BitSets. FilteredDocIdSet can be used to replace > (I)SerialChainFilter. -- 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