Uses of Interface
de.cxp.ocs.spi.search.CustomFacetCreator
Packages that use CustomFacetCreator
-
Uses of CustomFacetCreator in de.cxp.ocs
Methods in de.cxp.ocs that return types with arguments of type CustomFacetCreatorModifier and TypeMethodDescriptionSet
<Supplier<? extends CustomFacetCreator>> SearchPlugins.getFacetCreators()
-
Uses of CustomFacetCreator in de.cxp.ocs.elasticsearch.facets
Classes in de.cxp.ocs.elasticsearch.facets that implement CustomFacetCreatorModifier and TypeClassDescriptionclass
The basis for a interval facet creator that should extract facets with fixed intervals.Constructors in de.cxp.ocs.elasticsearch.facets with parameters of type CustomFacetCreatorModifierConstructorDescriptionNestedCustomFacetCreator
(Map<String, FacetConfiguration.FacetConfig> facetConfigs, @NonNull FieldType fieldType, boolean variantLevel, @NonNull CustomFacetCreator customFacetCreator) Constructor parameters in de.cxp.ocs.elasticsearch.facets with type arguments of type CustomFacetCreatorModifierConstructorDescriptionFacetConfigurationApplyer
(SearchContext context, Set<Supplier<? extends CustomFacetCreator>> customFacetCreatorSupplier)