Interface FacetParameterContext

All Superinterfaces:
FacetTermination
All Known Subinterfaces:
DiscreteFacetContext, FacetRangeAboveContext<T>, FacetRangeBelowContinuationContext<T>, FacetRangeEndContext<T>

@Deprecated public interface FacetParameterContext extends FacetTermination
Deprecated.
See the deprecation note on FacetContext.
Author:
Hardy Ferentschik
  • Method Details

    • orderedBy

      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