|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use WAH8DocIdSet | |
|---|---|
| org.apache.lucene.util | Some utility classes. |
| Uses of WAH8DocIdSet in org.apache.lucene.util |
|---|
| Methods in org.apache.lucene.util that return WAH8DocIdSet | |
|---|---|
WAH8DocIdSet |
WAH8DocIdSet.Builder.build()
|
static WAH8DocIdSet |
WAH8DocIdSet.intersect(Collection<WAH8DocIdSet> docIdSets)
Same as intersect(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 as union(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 WAH8DocIdSet | |
|---|---|
static WAH8DocIdSet |
WAH8DocIdSet.intersect(Collection<WAH8DocIdSet> docIdSets)
Same as intersect(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 as union(Collection, int) with the default index interval. |
static WAH8DocIdSet |
WAH8DocIdSet.union(Collection<WAH8DocIdSet> docIdSets,
int indexInterval)
Compute the union of the provided sets. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||