Uses of Class
de.cxp.ocs.config.FieldConfiguration
Packages that use FieldConfiguration
Package
Description
-
Uses of FieldConfiguration in de.cxp.ocs.conf
Methods in de.cxp.ocs.conf that return FieldConfigurationModifier and TypeMethodDescriptionDefaultIndexerConfigurationProvider.getFieldConfiguration(String indexName) -
Uses of FieldConfiguration in de.cxp.ocs.config
Methods in de.cxp.ocs.config that return FieldConfigurationModifier and TypeMethodDescriptionFieldConfiguration.addDynamicField(Field dynamicField) Add field definition, that is used as template for unknown fields.Add explicit field configuration.Methods in de.cxp.ocs.config with parameters of type FieldConfigurationModifier and TypeMethodDescriptionvoidFieldConfigIndex.addFieldConfig(FieldConfiguration fieldConfig) Add field configuration from another index so that both indexes can be searched simultaneously.voidFieldConfigIndex.processDynamicFieldConfig(FieldConfiguration fieldConfiguration) Constructors in de.cxp.ocs.config with parameters of type FieldConfigurationModifierConstructorDescriptionFieldConfigIndex(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 -
Uses of FieldConfiguration in de.cxp.ocs.spi.indexer
Methods in de.cxp.ocs.spi.indexer that return FieldConfigurationModifier and TypeMethodDescriptionIndexerConfigurationProvider.getFieldConfiguration(String indexName) Required configuration about which data fields should be indexed in which way.