public interface HistogramFacet extends Facet, Iterable<HistogramFacet.Entry>
Modifier and Type | Interface and Description |
---|---|
static class |
HistogramFacet.ComparatorType |
static interface |
HistogramFacet.Entry |
Modifier and Type | Field and Description |
---|---|
static String |
TYPE
The type of the filter facet.
|
Modifier and Type | Method and Description |
---|---|
List<? extends HistogramFacet.Entry> |
getEntries()
An ordered list of histogram facet entries.
|
forEach, iterator, spliterator
static final String TYPE
List<? extends HistogramFacet.Entry> getEntries()
Copyright © 2009–2015. All rights reserved.