public interface TermsFacet extends Facet, Iterable <TermsFacet .Entry >
| Modifier and Type | Interface and Description |
|---|---|
static class |
TermsFacet
Controls how the terms facets are ordered.
|
static interface |
TermsFacet
|
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE
The type of the filter facet.
|
| Modifier and Type | Method and Description |
|---|---|
List |
getEntries()
The terms and counts.
|
long |
getMissingCount()
The number of docs missing a value.
|
long |
getOtherCount()
The count of terms other than the one provided by the entries.
|
long |
getTotalCount()
The total count of terms.
|
forEach, iterator, spliteratorstatic final StringTYPE
long getMissingCount()
long getTotalCount()
long getOtherCount()
List<? extends TermsFacet .Entry > getEntries()