Uses of Class
org.apache.lucene.util.BitVector

Packages that use BitVector
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
 BitVector SegmentWriteState.deletedDocs
           
 

Methods in org.apache.lucene.index that return BitVector
protected  BitVector SegmentReader.cloneDeletedDocs(BitVector bv)
          Clones the deleteDocs BitVector.
 

Methods in org.apache.lucene.index with parameters of type BitVector
protected  BitVector SegmentReader.cloneDeletedDocs(BitVector bv)
          Clones the deleteDocs BitVector.
 

Uses of BitVector in org.apache.lucene.store.instantiated
 

Methods in org.apache.lucene.store.instantiated that return BitVector
 BitVector InstantiatedIndex.getDeletedDocuments()
           
 



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.