public class EmptyDocIdSet
extends org.apache.lucene.search.DocIdSet
DocIdSet's EMPTY_DOCIDSET constant (lucene 4.3 version). This constant was removed in later versions.| Constructor and Description |
|---|
EmptyDocIdSet() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.util.Bits |
bits() |
boolean |
isCacheable() |
org.apache.lucene.search.DocIdSetIterator |
iterator() |
public org.apache.lucene.search.DocIdSetIterator iterator()
iterator in class org.apache.lucene.search.DocIdSetpublic boolean isCacheable()
isCacheable in class org.apache.lucene.search.DocIdSetpublic org.apache.lucene.util.Bits bits()
bits in class org.apache.lucene.search.DocIdSetCopyright © 2003–2019 Atlassian. All rights reserved.