public class CombinedFacetIterator extends FacetIterator
count, facet| Constructor and Description |
|---|
CombinedFacetIterator(List<FacetIterator> iterators) |
| Modifier and Type | Method and Description |
|---|---|
String |
format(Object val) |
boolean |
hasNext() |
Comparable |
next()
Moves the iteration to the next facet
|
Comparable |
next(int minHits)
This version of the next() method applies the minHits from the facet spec before returning the facet and its hitcount
|
void |
remove() |
public CombinedFacetIterator(List<FacetIterator> iterators)
public Comparable next()
FacetIteratornext in interface Iterator<Comparable>next in class FacetIteratorpublic Comparable next(int minHits)
next in class FacetIteratorminHits - the minHits from the facet spec for CombinedFacetAccessiblepublic boolean hasNext()
public void remove()
public String format(Object val)
format in class FacetIteratorCopyright © 2005–2013. All rights reserved.