com.browseengine.bobo.docidset
Class EmptyDocIdSet
java.lang.Object
org.apache.lucene.search.DocIdSet
com.browseengine.bobo.docidset.RandomAccessDocIdSet
com.browseengine.bobo.docidset.EmptyDocIdSet
public class EmptyDocIdSet
- extends RandomAccessDocIdSet
| Fields inherited from class org.apache.lucene.search.DocIdSet |
EMPTY_DOCIDSET |
| Methods inherited from class org.apache.lucene.search.DocIdSet |
isCacheable |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static EmptyDocIdSet getInstance()
iterator
public org.apache.lucene.search.DocIdSetIterator iterator()
- Specified by:
iterator in class org.apache.lucene.search.DocIdSet
get
public boolean get(int docId)
- Specified by:
get in class RandomAccessDocIdSet
Copyright © 2011. All Rights Reserved.