Add FixedBitSet.and(other/DISI), andNot(other/DISI)
---------------------------------------------------
Key: LUCENE-3448
URL: https://issues.apache.org/jira/browse/LUCENE-3448
Project: Lucene - Java
Issue Type: Sub-task
Components: core/other
Affects Versions: 3.4, 4.0
Reporter: Uwe Schindler
Assignee: Uwe Schindler
Fix For: 3.5, 4.0
For the parent issue, and() and andNot() on DISIs and other FixedBitSets are
missing. This issue will add those methods.
The DISI methods (also the already existing or(DISI)) method will check for
OpenBitSetIterator and do an inplace operation using the bits as optimization.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]