Interface FacetManager

    • Method Detail

      • enableFaceting

        FacetManager enableFaceting​(FacetingRequest facetingRequest)
        Deprecated.
        Enable a facet request.
        Parameters:
        facetingRequest - the faceting request
        Returns:
        this to allow method chaining
      • disableFaceting

        void disableFaceting​(String facetingName)
        Deprecated.
        Disable a facet with the given name.
        Parameters:
        facetingName - the name of the facet to disable.
      • getFacets

        List<Facet> getFacets​(String facetingName)
        Deprecated.
        Returns the Facets for a given facet name
        Parameters:
        facetingName - the facet name for which to return the facet list
        Returns:
        the facet result list which corresponds to the facet request with the given name. The empty list is returned for an unknown facet name.
        See Also:
        enableFaceting(FacetingRequest)