|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.lucene.search.DocIdSet
org.elasticsearch.common.lucene.docset.DocSet
public abstract class DocSet
Field Summary | |
---|---|
static DocSet |
EMPTY_DOC_SET
|
Fields inherited from class org.apache.lucene.search.DocIdSet |
---|
EMPTY_DOCIDSET |
Constructor Summary | |
---|---|
DocSet()
|
Method Summary | |
---|---|
abstract boolean |
get(int doc)
|
abstract long |
sizeInBytes()
|
Methods inherited from class org.apache.lucene.search.DocIdSet |
---|
isCacheable, iterator |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final DocSet EMPTY_DOC_SET
Constructor Detail |
---|
public DocSet()
Method Detail |
---|
public abstract boolean get(int doc) throws java.io.IOException
java.io.IOException
public abstract long sizeInBytes()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |