Uses of Interface
org.apache.lucene.util.Bits
-
Packages that use Bits Package Description org.apache.lucene.search Code to search indices.org.apache.lucene.util Some utility classes. -
-
Uses of Bits in org.apache.lucene.search
Fields in org.apache.lucene.search declared as Bits Modifier and Type Field Description protected BitsFieldComparator.NumericComparator. docsWithFieldMethods in org.apache.lucene.search that return Bits Modifier and Type Method Description BitsFieldCache. getDocsWithField(IndexReader reader, String field)Checks the internal cache for an appropriate entry, and if none is found, reads the terms infieldand returns a bit set at the size ofreader.maxDoc(), with turned on bits for each docid that does have a value for this field. -
Uses of Bits in org.apache.lucene.util
Classes in org.apache.lucene.util that implement Bits Modifier and Type Class Description static classBits.MatchAllBitsBits impl of the specified length with all bits set.static classBits.MatchNoBitsBits impl of the specified length with no bits set.classBitVectorOptimized implementation of a vector of bits.classFixedBitSetBitSet of fixed length (numBits), backed by accessible (FixedBitSet.getBits()) long[], accessed with an int index, implementing Bits and DocIdSet.classOpenBitSetAn "open" BitSet implementation that allows direct access to the array of words storing the bits.classOpenBitSetDISIOpenBitSet with added methods to bulk-update the bits from aDocIdSetIterator.Fields in org.apache.lucene.util declared as Bits Modifier and Type Field Description static Bits[]Bits. EMPTY_ARRAY
-