Interface FacetParameterContext

    • Method Detail

      • orderedBy

        FacetParameterContext orderedBy​(FacetSortOrder sort)
        Deprecated.
        Parameters:
        sort - the sort order for the returned facets.
        Returns:
        a FacetParameterContext to continue building the facet request
      • includeZeroCounts

        FacetParameterContext includeZeroCounts​(boolean zeroCounts)
        Deprecated.
        Parameters:
        zeroCounts - Determines whether values with zero counts are included into the facet result
        Returns:
        a FacetParameterContext to continue building the facet request
      • maxFacetCount

        FacetParameterContext maxFacetCount​(int maxFacetCount)
        Deprecated.
        Limits the maximum numbers of facets to the specified number.
        Parameters:
        maxFacetCount - the maximum number of facets to include in the response. A negative value means that all facets will be included
        Returns:
        a FacetParameterContext to continue building the facet request