com.atlassian.confluence.search.lucene
Class EmptyDocIdSet

java.lang.Object
  extended by org.apache.lucene.search.DocIdSet
      extended by com.atlassian.confluence.search.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 Summary
EmptyDocIdSet()
           
 
Method Summary
 org.apache.lucene.util.Bits bits()
           
 boolean isCacheable()
           
 org.apache.lucene.search.DocIdSetIterator iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyDocIdSet

public EmptyDocIdSet()
Method Detail

iterator

public org.apache.lucene.search.DocIdSetIterator iterator()
Specified by:
iterator in class org.apache.lucene.search.DocIdSet

isCacheable

public boolean isCacheable()
Overrides:
isCacheable in class org.apache.lucene.search.DocIdSet

bits

public org.apache.lucene.util.Bits bits()
Overrides:
bits in class org.apache.lucene.search.DocIdSet


Copyright © 2003-2014 Atlassian. All Rights Reserved.