public final class TermFacetResult extends Base implements FacetResult
Modifier and Type | Method and Description |
---|---|
Long |
getMissing()
The number of resources which have no value for the corresponding field.
|
Long |
getOther()
The number of resources not included in the returned list of terms.
|
List<TermStats> |
getTerms()
List of the different terms and amount of associated resources.
|
Long |
getTotal()
The number of resources matching some term in the facet.
|
static TermFacetResult |
of(Long missing,
Long total,
Long other,
List<TermStats> terms) |
public Long getMissing()
public Long getTotal()
public Long getOther()
public List<TermStats> getTerms()