Uses of Class
org.apache.lucene.util.WAH8DocIdSet
-
Packages that use WAH8DocIdSet Package Description org.apache.lucene.util Some utility classes. -
-
Uses of WAH8DocIdSet in org.apache.lucene.util
Methods in org.apache.lucene.util that return WAH8DocIdSet Modifier and Type Method Description WAH8DocIdSetWAH8DocIdSet.Builder. build()static WAH8DocIdSetWAH8DocIdSet. intersect(Collection<WAH8DocIdSet> docIdSets)Same asintersect(Collection, int)with the default index interval.static WAH8DocIdSetWAH8DocIdSet. intersect(Collection<WAH8DocIdSet> docIdSets, int indexInterval)Compute the intersection of the provided sets.static WAH8DocIdSetWAH8DocIdSet. union(Collection<WAH8DocIdSet> docIdSets)Same asunion(Collection, int)with the default index interval.static WAH8DocIdSetWAH8DocIdSet. 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 WAH8DocIdSet Modifier and Type Method Description static WAH8DocIdSetWAH8DocIdSet. intersect(Collection<WAH8DocIdSet> docIdSets)Same asintersect(Collection, int)with the default index interval.static WAH8DocIdSetWAH8DocIdSet. intersect(Collection<WAH8DocIdSet> docIdSets, int indexInterval)Compute the intersection of the provided sets.static WAH8DocIdSetWAH8DocIdSet. union(Collection<WAH8DocIdSet> docIdSets)Same asunion(Collection, int)with the default index interval.static WAH8DocIdSetWAH8DocIdSet. union(Collection<WAH8DocIdSet> docIdSets, int indexInterval)Compute the union of the provided sets.
-