public class AndDocIdSet
extends org.apache.lucene.search.DocIdSet
| Modifier and Type | Field and Description |
|---|---|
static org.apache.lucene.search.DocIdSet |
EMPTY_DOCIDSET |
| Constructor and Description |
|---|
AndDocIdSet(List<org.apache.lucene.search.DocIdSet> andedDocIdSets,
int maxDocs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCacheable() |
org.apache.lucene.search.DocIdSetIterator |
iterator() |
public AndDocIdSet(List<org.apache.lucene.search.DocIdSet> andedDocIdSets, int maxDocs)
public org.apache.lucene.search.DocIdSetIterator iterator()
throws IOException
iterator in class org.apache.lucene.search.DocIdSetIOExceptionpublic boolean isCacheable()
isCacheable in class org.apache.lucene.search.DocIdSetCopyright © 2006–2015 Hibernate. All rights reserved.