Uses of Interface
de.cxp.ocs.elasticsearch.facets.FacetCreator
-
Packages that use FacetCreator Package Description de.cxp.ocs.elasticsearch.facets -
-
Uses of FacetCreator in de.cxp.ocs.elasticsearch.facets
Classes in de.cxp.ocs.elasticsearch.facets that implement FacetCreator Modifier and Type Class Description classCategoryFacetCreatorclassIntervalFacetCreatorclassNestedFacetCreatorclassRangeFacetCreatorCreates a facet with a singleIntervalFacetEntrythat contains the global min and max value.classTermFacetCreatorclassVariantFacetCreatorMethods in de.cxp.ocs.elasticsearch.facets that return FacetCreator Modifier and Type Method Description FacetCreatorFacetCreatorFactory. create(Map<String,FacetConfiguration.FacetConfig> facetConfigs)Method parameters in de.cxp.ocs.elasticsearch.facets with type arguments of type FacetCreator Modifier and Type Method Description org.elasticsearch.search.aggregations.AggregationBuilderVariantFacetCreator. _buildAggregation(Function<FacetCreator,org.elasticsearch.search.aggregations.AggregationBuilder> subAggCreatorCall)Constructor parameters in de.cxp.ocs.elasticsearch.facets with type arguments of type FacetCreator Constructor Description VariantFacetCreator(Collection<FacetCreator> creators)
-