Uses of Class
de.cxp.ocs.config.FacetType
-
Packages that use FacetType Package Description de.cxp.ocs.config de.cxp.ocs.elasticsearch.facets -
-
Uses of FacetType in de.cxp.ocs.config
Methods in de.cxp.ocs.config that return FacetType Modifier and Type Method Description static FacetTypeFacetType. valueOf(String name)Returns the enum constant of this type with the specified name.static FacetType[]FacetType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FacetType in de.cxp.ocs.elasticsearch.facets
Methods in de.cxp.ocs.elasticsearch.facets with parameters of type FacetType Modifier and Type Method Description static FacetFacetFactory. create(FacetConfiguration.FacetConfig facetConfig, FacetType type)
-