Uses of Class
com.attivio.sdk.search.facet.FacetStatistics
-
Packages that use FacetStatistics Package Description com.attivio.sdk.search.facet Copyright 2019 Attivio Inc., All rights reserved. -
-
Uses of FacetStatistics in com.attivio.sdk.search.facet
Methods in com.attivio.sdk.search.facet that return FacetStatistics Modifier and Type Method Description FacetStatistics
FacetStatistics. clone()
FacetStatistics
FacetBucket. getStatistics()
Get theFacetStatistics
for child buckets, ornull
if not available.FacetStatistics
FacetBuckets. getStatistics()
Get the statistics for this response.protected FacetStatistics
FacetBuckets. getStatistics(long defaultCount)
DeecodeFacetStatistics
from attributes.FacetStatistics
FacetResponse. getStatistics()
Get the statistics for this response.static FacetStatistics
FacetStatistics. sum(FacetStatistics a, FacetStatistics b)
Compute the sum ofa
andb
.static FacetStatistics
FacetStatistics. valueOf(FacetBuckets buckets, long totalCount)
Methods in com.attivio.sdk.search.facet with parameters of type FacetStatistics Modifier and Type Method Description void
FacetStatistics. add(FacetStatistics other)
Add statistics fromother
into this FacetStatistics.void
FacetBuckets. setStatistics(FacetStatistics value)
static FacetStatistics
FacetStatistics. sum(FacetStatistics a, FacetStatistics b)
Compute the sum ofa
andb
.
-