Uses of Class
org.apache.lucene.util.WAH8DocIdSet

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.
 



Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.