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- 
EmptyDocIdSetpublic EmptyDocIdSet()
 
- 
- 
Method Details- 
iteratorpublic org.apache.lucene.search.DocIdSetIterator iterator()- Specified by:
- iteratorin class- org.apache.lucene.search.DocIdSet
 
- 
isCacheablepublic boolean isCacheable()- Overrides:
- isCacheablein class- org.apache.lucene.search.DocIdSet
 
- 
bitspublic org.apache.lucene.util.Bits bits()- Overrides:
- bitsin class- org.apache.lucene.search.DocIdSet
 
 
-