Uses of Class
org.apache.lucene.util.BitVector
-
Packages that use BitVector Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of BitVector in org.apache.lucene.index
Fields in org.apache.lucene.index declared as BitVector Modifier and Type Field Description BitVector
SegmentWriteState. deletedDocs
Methods in org.apache.lucene.index that return BitVector Modifier and Type Method Description protected BitVector
SegmentReader. cloneDeletedDocs(BitVector bv)
Deprecated.Methods in org.apache.lucene.index with parameters of type BitVector Modifier and Type Method Description protected BitVector
SegmentReader. cloneDeletedDocs(BitVector bv)
Deprecated.
-