Uses of Class
org.apache.lucene.util.BitVector
-
Packages that use BitVector Package Description org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.store.instantiated InstantiatedIndex, alternative RAM store for small corpora. -
-
Uses of BitVector in org.apache.lucene.index
Fields in org.apache.lucene.index declared as BitVector Modifier and Type Field Description BitVectorSegmentWriteState. deletedDocsMethods in org.apache.lucene.index that return BitVector Modifier and Type Method Description protected BitVectorSegmentReader. cloneDeletedDocs(BitVector bv)Deprecated.Methods in org.apache.lucene.index with parameters of type BitVector Modifier and Type Method Description protected BitVectorSegmentReader. cloneDeletedDocs(BitVector bv)Deprecated. -
Uses of BitVector in org.apache.lucene.store.instantiated
Methods in org.apache.lucene.store.instantiated that return BitVector Modifier and Type Method Description BitVectorInstantiatedIndex. getDeletedDocuments()Deprecated.
-