Interface FacetsResult
- All Known Implementing Classes:
DefaultFacets
public interface FacetsResult
Represents the result of a facet query upon a existing
SearchResult.-
Method Summary
Modifier and TypeMethodDescriptionReturns all facets which have been queried.Returns the search result which these facets are based upon.Returns the facet values of a specific facet.
-
Method Details
-
getSearchResult
ExtendedSearchResult getSearchResult()Returns the search result which these facets are based upon. -
getFacets
Returns all facets which have been queried. -
getValues
Returns the facet values of a specific facet.- Parameters:
facet- the facet to get values for.
-