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.DocIdSetCopied fromDocIdSet's EMPTY_DOCIDSET constant (lucene 4.3 version). This constant was removed in later versions.
-
-
Constructor Summary
Constructors Constructor Description EmptyDocIdSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.lucene.util.Bitsbits()booleanisCacheable()org.apache.lucene.search.DocIdSetIteratoriterator()
-
-
-
Method Detail
-
iterator
public org.apache.lucene.search.DocIdSetIterator iterator()
- Specified by:
iteratorin classorg.apache.lucene.search.DocIdSet
-
isCacheable
public boolean isCacheable()
- Overrides:
isCacheablein classorg.apache.lucene.search.DocIdSet
-
bits
public org.apache.lucene.util.Bits bits()
- Overrides:
bitsin classorg.apache.lucene.search.DocIdSet
-
-