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() |
long |
ramBytesUsed() |
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.DocIdSet
IOException
public boolean isCacheable()
isCacheable
in class org.apache.lucene.search.DocIdSet
public long ramBytesUsed()
Copyright © 2006–2016 Hibernate. All rights reserved.