|
|||||||||
| 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.GetDocSet
org.elasticsearch.common.lucene.docset.NotDocSet
public class NotDocSet
| 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 | |
|---|---|
NotDocSet(DocSet set,
int max)
|
|
| Method Summary | |
|---|---|
boolean |
get(int doc)
|
boolean |
isCacheable()
|
long |
sizeInBytes()
|
| Methods inherited from class org.elasticsearch.common.lucene.docset.GetDocSet |
|---|
iterator |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NotDocSet(DocSet set,
int max)
| 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 DocSetjava.io.IOExceptionpublic long sizeInBytes()
sizeInBytes in class GetDocSet
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||