com.browseengine.bobo.facets.filter
Class FacetFilter.FacetDocIdSetIterator
java.lang.Object
org.apache.lucene.search.DocIdSetIterator
com.browseengine.bobo.facets.filter.FacetFilter.FacetDocIdSetIterator
- Enclosing class:
- FacetFilter
public static class FacetFilter.FacetDocIdSetIterator
- extends org.apache.lucene.search.DocIdSetIterator
| Fields inherited from class org.apache.lucene.search.DocIdSetIterator |
NO_MORE_DOCS |
| Methods inherited from class org.apache.lucene.search.DocIdSetIterator |
doc, next, skipTo |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_doc
protected int _doc
_index
protected final int _index
_maxID
protected final int _maxID
_orderArray
protected final BigSegmentedArray _orderArray
FacetFilter.FacetDocIdSetIterator
public FacetFilter.FacetDocIdSetIterator(FacetDataCache dataCache,
int index)
docID
public final int docID()
- Overrides:
docID in class org.apache.lucene.search.DocIdSetIterator
nextDoc
public int nextDoc()
throws IOException
- Overrides:
nextDoc in class org.apache.lucene.search.DocIdSetIterator
- Throws:
IOException
advance
public int advance(int id)
throws IOException
- Overrides:
advance in class org.apache.lucene.search.DocIdSetIterator
- Throws:
IOException
Copyright © 2011. All Rights Reserved.