public interface FacetedSearchDsl<T,C> extends FacetedSearchSupport<T>
Modifier and Type | Method and Description |
---|---|
C |
plusFacetedSearch(FacetedSearchExpression<T> facetedSearchExpression)
Returns a new object with the new faceted search expression appended to the existing faceted search (combination of the query parameter
facet
with the facet expression and the query parameters filter.facet and filter with the filter expressions). |
C |
plusFacetedSearch(List<FacetedSearchExpression<T>> facetedSearchExpressions)
Returns a ResourceSearch with the new faceted search expression list appended to the existing faceted search (combination of the query parameter
facet
with the facet expression and the query parameters filter.facet and filter with the filter expressions). |
C |
withFacetedSearch(FacetedSearchExpression<T> facetedSearchExpression)
Returns a new object with the new faceted search expression as facets (combination of the query parameter
facet
with the facet expression and the query parameters filter.facet and filter with the filter expressions). |
C |
withFacetedSearch(List<FacetedSearchExpression<T>> facetedSearchExpressions)
Returns a new object with the new faceted search expression list as faceted search (combination of the query parameter
facet
with the facet expression and the query parameters filter.facet and filter with the filter expressions). |
facetedSearch
C withFacetedSearch(List<FacetedSearchExpression<T>> facetedSearchExpressions)
facet
with the facet expression and the query parameters filter.facet
and filter
with the filter expressions).
This enables the behaviour of the faceted search as explained in the documentation.facetedSearchExpressions
- the new faceted search expression listC withFacetedSearch(FacetedSearchExpression<T> facetedSearchExpression)
facet
with the facet expression and the query parameters filter.facet
and filter
with the filter expressions).
This enables the behaviour of the faceted search as explained in the documentation.facetedSearchExpression
- the new faceted search expressionC plusFacetedSearch(List<FacetedSearchExpression<T>> facetedSearchExpressions)
facet
with the facet expression and the query parameters filter.facet
and filter
with the filter expressions).
This enables the behaviour of the faceted search as explained in the documentation.facetedSearchExpressions
- the new faceted search expression listC plusFacetedSearch(FacetedSearchExpression<T> facetedSearchExpression)
facet
with the facet expression and the query parameters filter.facet
and filter
with the filter expressions).
This enables the behaviour of the faceted search as explained in the documentation.facetedSearchExpression
- the new faceted search expression