Uses of Enum Class
de.cxp.ocs.config.FieldType
Packages that use FieldType
-
Uses of FieldType in de.cxp.ocs.config
Methods in de.cxp.ocs.config that return FieldTypeModifier and TypeMethodDescriptionstatic FieldType
Returns the enum constant of this class with the specified name.static FieldType[]
FieldType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.cxp.ocs.config with parameters of type FieldTypeModifier and TypeMethodDescriptionFieldConfigAccess.getFieldsByType
(FieldType type) get all fields that have the specified field type configured.FieldConfigIndex.getFieldsByType
(FieldType type) -
Uses of FieldType in de.cxp.ocs.elasticsearch.facets
Methods in de.cxp.ocs.elasticsearch.facets that return FieldTypeConstructors in de.cxp.ocs.elasticsearch.facets with parameters of type FieldTypeModifierConstructorDescriptionNestedCustomFacetCreator
(Map<String, FacetConfiguration.FacetConfig> facetConfigs, @NonNull FieldType fieldType, boolean variantLevel, @NonNull CustomFacetCreator customFacetCreator) -
Uses of FieldType in de.cxp.ocs.spi.search
Methods in de.cxp.ocs.spi.search that return FieldTypeModifier and TypeMethodDescriptionCustomFacetCreator.getAcceptibleFieldType()
Specify for which field type this creator works.