Uses of Class
de.cxp.ocs.config.FieldConfiguration
-
Packages that use FieldConfiguration Package Description de.cxp.ocs.conf de.cxp.ocs.config de.cxp.ocs.elasticsearch de.cxp.ocs.spi.indexer -
-
Uses of FieldConfiguration in de.cxp.ocs.conf
Methods in de.cxp.ocs.conf that return FieldConfiguration Modifier and Type Method Description FieldConfigurationDefaultIndexerConfigurationProvider. getFieldConfiguration(String indexName) -
Uses of FieldConfiguration in de.cxp.ocs.config
Methods in de.cxp.ocs.config that return FieldConfiguration Modifier and Type Method Description FieldConfigurationFieldConfiguration. addDynamicField(Field dynamicField)Add field definition, that is used as template for unknown fields.FieldConfigurationFieldConfiguration. addField(Field field)Add explicit field configuration.Constructors in de.cxp.ocs.config with parameters of type FieldConfiguration Constructor Description FieldConfigIndex(FieldConfiguration fieldConfiguration)Constructor of the Field Index that prepares the given field configurations to match static and dynamic fields. -
Uses of FieldConfiguration in de.cxp.ocs.elasticsearch
Methods in de.cxp.ocs.elasticsearch that return FieldConfiguration Modifier and Type Method Description FieldConfigurationFieldConfigFetcher. fetchConfig(String searchIndex) -
Uses of FieldConfiguration in de.cxp.ocs.spi.indexer
Methods in de.cxp.ocs.spi.indexer that return FieldConfiguration Modifier and Type Method Description FieldConfigurationIndexerConfigurationProvider. getFieldConfiguration(String indexName)Required configuration about which data fields should be indexed in which way.
-