Uses of Class
org.apache.lucene.util.WAH8DocIdSet
Packages that use WAH8DocIdSet
-
Uses of WAH8DocIdSet in org.apache.lucene.util
Methods in org.apache.lucene.util that return WAH8DocIdSetModifier and TypeMethodDescriptionWAH8DocIdSet.Builder.build()
static WAH8DocIdSet
WAH8DocIdSet.intersect
(Collection<WAH8DocIdSet> docIdSets) Same asintersect(Collection, int)
with the default index interval.static WAH8DocIdSet
WAH8DocIdSet.intersect
(Collection<WAH8DocIdSet> docIdSets, int indexInterval) Compute the intersection of the provided sets.static WAH8DocIdSet
WAH8DocIdSet.union
(Collection<WAH8DocIdSet> docIdSets) Same asunion(Collection, int)
with the default index interval.static WAH8DocIdSet
WAH8DocIdSet.union
(Collection<WAH8DocIdSet> docIdSets, int indexInterval) Compute the union of the provided sets.Method parameters in org.apache.lucene.util with type arguments of type WAH8DocIdSetModifier and TypeMethodDescriptionstatic WAH8DocIdSet
WAH8DocIdSet.intersect
(Collection<WAH8DocIdSet> docIdSets) Same asintersect(Collection, int)
with the default index interval.static WAH8DocIdSet
WAH8DocIdSet.intersect
(Collection<WAH8DocIdSet> docIdSets, int indexInterval) Compute the intersection of the provided sets.static WAH8DocIdSet
WAH8DocIdSet.union
(Collection<WAH8DocIdSet> docIdSets) Same asunion(Collection, int)
with the default index interval.static WAH8DocIdSet
WAH8DocIdSet.union
(Collection<WAH8DocIdSet> docIdSets, int indexInterval) Compute the union of the provided sets.