Uses of Class
org.craftercms.studio.api.v1.to.FacetTO
Packages that use FacetTO
Package
Description
-
Uses of FacetTO in org.craftercms.studio.api.v1.service.configuration
Methods in org.craftercms.studio.api.v1.service.configuration that return types with arguments of type FacetTO -
Uses of FacetTO in org.craftercms.studio.api.v1.to
Fields in org.craftercms.studio.api.v1.to with type parameters of type FacetTOModifier and TypeFieldDescriptionSiteConfigTO.facetsConfiguration for the range facets in searchMethods in org.craftercms.studio.api.v1.to that return types with arguments of type FacetTOMethod parameters in org.craftercms.studio.api.v1.to with type arguments of type FacetTO -
Uses of FacetTO in org.craftercms.studio.impl.v1.service.configuration
Methods in org.craftercms.studio.impl.v1.service.configuration that return types with arguments of type FacetTO -
Uses of FacetTO in org.craftercms.studio.impl.v2.service.search.internal
Fields in org.craftercms.studio.impl.v2.service.search.internal with type parameters of type FacetTOMethod parameters in org.craftercms.studio.impl.v2.service.search.internal with type arguments of type FacetTOModifier and TypeMethodDescriptionprotected voidSearchServiceInternalImpl.buildAggregations(org.opensearch.client.opensearch.core.SearchRequest.Builder builder, Map<String, FacetTO> siteFacets) Adds the aggregations needed to the given builderprotected SearchResultSearchServiceInternalImpl.processResults(org.opensearch.client.opensearch.core.SearchResponse<Map> response, Map<String, FacetTO> siteFacets, List<String> additionalFields) Maps the OpenSearchSearchResponseto aSearchResultobjectprotected voidSearchServiceInternalImpl.updateFilters(org.opensearch.client.opensearch._types.query_dsl.BoolQuery.Builder query, SearchParams params, Map<String, FacetTO> siteFacets) Adds the required filters based on the given parameters