Uses of Class
org.apache.lucene.util.BitSet
-
-
Uses of BitSet in org.apache.lucene.search.join
Methods in org.apache.lucene.search.join that return BitSet Modifier and Type Method Description BitSetBitSetProducer. getBitSet(LeafReaderContext context)Produce aBitSetmatching the expected documents on the given segment. -
Uses of BitSet in org.apache.lucene.spatial.prefix
Methods in org.apache.lucene.spatial.prefix with parameters of type BitSet Modifier and Type Method Description protected voidAbstractPrefixTreeQuery.BaseTermsEnumTraverser. collectDocs(BitSet bitSet) -
Uses of BitSet in org.apache.lucene.util
Subclasses of BitSet in org.apache.lucene.util Modifier and Type Class Description classCombinedBitSetclassFixedBitSetBitSet of fixed length (numBits), backed by accessible (FixedBitSet.getBits()) long[], accessed with an int index, implementingBitsandDocIdSet.classSparseFixedBitSetA bit set that only stores longs that have at least one bit which is set.Methods in org.apache.lucene.util that return BitSet Modifier and Type Method Description BitSetBitDocIdSet. bits()BitSetBitSetIterator. getBitSet()Return the wrappedBitSet.BitSetCombinedBitSet. getFirst()static BitSetBitSet. of(DocIdSetIterator it, int maxDoc)Build aBitSetfrom the content of the providedDocIdSetIterator.Constructors in org.apache.lucene.util with parameters of type BitSet Constructor Description BitDocIdSet(BitSet set)Same asBitDocIdSet(BitSet, long)but uses the set'sapproximate cardinalityas a cost.BitDocIdSet(BitSet set, long cost)BitSetIterator(BitSet bits, long cost)Sole constructor.CombinedBitSet(BitSet first, Bits second) -
Uses of BitSet in org.elasticsearch.index.cache.bitset
Methods in org.elasticsearch.index.cache.bitset that return BitSet Modifier and Type Method Description static BitSetBitsetFilterCache. bitsetFromQuery(Query query, LeafReaderContext context)Constructors in org.elasticsearch.index.cache.bitset with parameters of type BitSet Constructor Description Value(BitSet bitset, ShardId shardId) -
Uses of BitSet in org.elasticsearch.index.fielddata
Methods in org.elasticsearch.index.fielddata that return BitSet Modifier and Type Method Description BitSetIndexFieldData.XFieldComparatorSource.Nested. rootDocs(LeafReaderContext ctx)Get aBitDocIdSetthat matches the root documents. -
Uses of BitSet in org.elasticsearch.search
Methods in org.elasticsearch.search with parameters of type BitSet Modifier and Type Method Description NumericDocValuesMultiValueMode. select(SortedNumericDocValues values, long missingValue, BitSet parentDocs, DocIdSetIterator childDocs, int maxDoc, int maxChildren)Return aNumericDocValuesinstance that can be used to sort root documents with this mode, the provided values and filters for root/inner documents.SortedDocValuesMultiValueMode. select(SortedSetDocValues values, BitSet parentDocs, DocIdSetIterator childDocs, int maxChildren)Return aSortedDocValuesinstance that can be used to sort root documents with this mode, the provided values and filters for root/inner documents.BinaryDocValuesMultiValueMode. select(SortedBinaryDocValues values, BytesRef missingValue, BitSet parentDocs, DocIdSetIterator childDocs, int maxDoc, int maxChildren)Return aBinaryDocValuesinstance that can be used to sort root documents with this mode, the provided values and filters for root/inner documents.NumericDoubleValuesMultiValueMode. select(SortedNumericDoubleValues values, double missingValue, BitSet parentDocs, DocIdSetIterator childDocs, int maxDoc, int maxChildren)Return aNumericDoubleValuesinstance that can be used to sort root documents with this mode, the provided values and filters for root/inner documents.
-