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.util Some utility classes. 
 

Uses of BitVector in org.apache.lucene.index
 

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.util
 

Methods in org.apache.lucene.util that return BitVector
 BitVector BitVector.subset(int start, int end)
          Retrieve a subset of this BitVector.
 



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