- java.lang.Object
-
- org.apache.lucene.search.DocIdSetIterator
-
- com.browseengine.bobo.docidset.FilteredDocSetIterator
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
protected org.apache.lucene.search.DocIdSetIterator |
_innerIter |
-
Fields inherited from class org.apache.lucene.search.DocIdSetIterator
NO_MORE_DOCS
-
Constructor Summary
Constructors
| Constructor and Description |
FilteredDocSetIterator(org.apache.lucene.search.DocIdSetIterator innerIter) |
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
int |
advance(int n) |
int |
docID() |
protected abstract boolean |
match(int doc) |
int |
nextDoc() |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
docID
public final int docID()
- Specified by:
docID in class org.apache.lucene.search.DocIdSetIterator
Copyright © 2005–2013. All rights reserved.