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