public class BitsFilter
extends org.apache.lucene.search.Filter
| Constructor and Description |
|---|
BitsFilter(List<org.apache.lucene.util.FixedBitSet> bitSets) |
| Modifier and Type | Method and Description |
|---|---|
void |
and(BitsFilter bitsFilter) |
List<org.apache.lucene.util.FixedBitSet> |
getBitSets() |
org.apache.lucene.search.DocIdSet |
getDocIdSet(org.apache.lucene.index.AtomicReaderContext context,
org.apache.lucene.util.Bits bits) |
void |
or(BitsFilter bitsFilter) |
String |
toString(String s) |
public BitsFilter(List<org.apache.lucene.util.FixedBitSet> bitSets)
public void or(BitsFilter bitsFilter)
public void and(BitsFilter bitsFilter)
public List<org.apache.lucene.util.FixedBitSet> getBitSets()
public org.apache.lucene.search.DocIdSet getDocIdSet(org.apache.lucene.index.AtomicReaderContext context,
org.apache.lucene.util.Bits bits)
getDocIdSet in class org.apache.lucene.search.FilterCopyright © 2005–2017 Alfresco Software. All rights reserved.