Uses of Class
org.apache.lucene.internal.hppc.LongHashSet
Packages that use LongHashSet
Package
Description
Code to maintain and access indices.
Internal copy of a subset of classes from the HPPC library.
-
Uses of LongHashSet in org.apache.lucene.index
Fields in org.apache.lucene.index declared as LongHashSetModifier and TypeFieldDescriptionprivate final LongHashSetBufferedUpdatesStream.FinishedSegments.finishedDelGensThis lets us track the "holes" in the current frontier of applying del gens; once the holes are filled in we can advance completedDelGen. -
Uses of LongHashSet in org.apache.lucene.internal.hppc
Methods in org.apache.lucene.internal.hppc that return LongHashSetModifier and TypeMethodDescriptionLongHashSet.clone()static LongHashSetLongHashSet.from(long... elements) Create a set from a variable number of arguments or an array oflong.Methods in org.apache.lucene.internal.hppc with parameters of type LongHashSetModifier and TypeMethodDescriptionintLongHashSet.addAll(LongHashSet set) Adds all elements from the given set to this set.intLongHashSet.removeAll(LongHashSet other) Removes all keys present in a given container.private booleanLongHashSet.sameKeys(LongHashSet other) Return true if all keys of some other container exist in this container.Constructors in org.apache.lucene.internal.hppc with parameters of type LongHashSetModifierConstructorDescriptionLongHashSet(LongHashSet set) New instance copying elements from another set.