|
|||||||||
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
org.elasticsearch.common.lucene.docset.AllDocSet
public class AllDocSet
An always positive
Nested Class Summary | |
---|---|
static class |
AllDocSet.AllDocIdSetIterator
|
Nested classes/interfaces inherited from interface org.apache.lucene.util.Bits |
---|
org.apache.lucene.util.Bits.MatchAllBits, org.apache.lucene.util.Bits.MatchNoBits |
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 |
Fields inherited from interface org.apache.lucene.util.Bits |
---|
EMPTY_ARRAY |
Constructor Summary | |
---|---|
AllDocSet(int maxDoc)
|
Method Summary | |
---|---|
boolean |
get(int doc)
|
boolean |
isCacheable()
|
org.apache.lucene.search.DocIdSetIterator |
iterator()
|
int |
length()
|
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 int length()
public boolean get(int doc)
get
in interface org.apache.lucene.util.Bits
get
in class DocSet
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 |