Class AdaptiveFacetsAccumulator


  • public final class AdaptiveFacetsAccumulator
    extends StandardFacetsAccumulator
    FacetsAccumulator whose behavior regarding complements, sampling, etc. is not set up front but rather is determined at accumulation time according to the statistics of the accumulated set of documents and the index.

    Note: Sampling accumulation (Accumulation over a sampled-set of the results), does not guarantee accurate values for FacetResult.getNumValidDescendants() & FacetResultNode.getResidue().

    WARNING: This API is experimental and might change in incompatible ways in the next release.