public abstract class FacetIterator extends Object implements Iterator<Comparable>
| Modifier and Type | Field and Description |
|---|---|
int |
count |
Comparable |
facet |
| Constructor and Description |
|---|
FacetIterator() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
format(Object val) |
abstract Comparable |
next()
Moves the iteration to the next facet
|
abstract Comparable |
next(int minHits)
Moves the iteration to the next facet whose hitcount >= minHits.
|
public int count
public Comparable facet
public abstract Comparable next()
next in interface Iterator<Comparable>public abstract Comparable next(int minHits)
Copyright © 2005–2013. All rights reserved.