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

Packages that use FixedBitSet
org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index. 
org.apache.lucene.util Some utility classes. 
 

Uses of FixedBitSet in org.apache.lucene.codecs
 

Methods in org.apache.lucene.codecs with parameters of type FixedBitSet
 TermStats PostingsConsumer.merge(MergeState mergeState, FieldInfo.IndexOptions indexOptions, DocsEnum postings, FixedBitSet visitedDocs)
          Default merge impl: append documents, mapping around deletes
 

Uses of FixedBitSet in org.apache.lucene.util
 

Methods in org.apache.lucene.util that return FixedBitSet
 FixedBitSet FixedBitSet.clone()
           
 

Methods in org.apache.lucene.util with parameters of type FixedBitSet
 void FixedBitSet.and(FixedBitSet other)
          this = this AND other
 void FixedBitSet.andNot(FixedBitSet other)
          this = this AND NOT other
 void FixedBitSet.or(FixedBitSet other)
          this = this OR other
 

Constructors in org.apache.lucene.util with parameters of type FixedBitSet
FixedBitSet(FixedBitSet other)
          Makes full copy.
 



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