public final class FilterOptimizationHelper extends Object
Modifier and Type | Method and Description |
---|---|
static List<org.apache.lucene.search.DocIdSet> |
mergeByBitAnds(List<org.apache.lucene.search.DocIdSet> docIdSets)
Returns a new list of DocIdSet, applying binary AND
on all DocIdSet implemented by using BitSet or OpenBitSet.
|
public static List<org.apache.lucene.search.DocIdSet> mergeByBitAnds(List<org.apache.lucene.search.DocIdSet> docIdSets)
docIdSets
- a List
object.Copyright © 2006–2013 Hibernate. All rights reserved.