Class EmptyDocIdSet
java.lang.Object
org.apache.lucene.search.DocIdSet
com.atlassian.confluence.impl.search.v2.lucene.EmptyDocIdSet
public class EmptyDocIdSet
extends org.apache.lucene.search.DocIdSet
Copied from
DocIdSet
's EMPTY_DOCIDSET constant (lucene 4.3 version). This constant was removed in later versions.-
Constructor Details
-
EmptyDocIdSet
public EmptyDocIdSet()
-
-
Method Details
-
iterator
public org.apache.lucene.search.DocIdSetIterator iterator()- Specified by:
iterator
in classorg.apache.lucene.search.DocIdSet
-
isCacheable
public boolean isCacheable()- Overrides:
isCacheable
in classorg.apache.lucene.search.DocIdSet
-
bits
public org.apache.lucene.util.Bits bits()- Overrides:
bits
in classorg.apache.lucene.search.DocIdSet
-