Uses of Interface
de.cxp.ocs.config.FieldConfigAccess
Packages that use FieldConfigAccess
Package
Description
-
Uses of FieldConfigAccess in de.cxp.ocs.config
Classes in de.cxp.ocs.config that implement FieldConfigAccessModifier and TypeClassDescriptionfinal classSpecial class that cares about resolving the correct field configuration, especially for "the category field" and dynamic fields. -
Uses of FieldConfigAccess in de.cxp.ocs.elasticsearch.query.builder
Methods in de.cxp.ocs.elasticsearch.query.builder with parameters of type FieldConfigAccessModifier and TypeMethodDescriptionvoidConfigurableQueryFactory.initialize(String name, Map<QueryBuildingSetting, String> settings, Map<String, Float> fieldWeights, FieldConfigAccess fieldConfig) voidDefaultQueryFactory.initialize(String name, Map<QueryBuildingSetting, String> settings, Map<String, Float> fieldWeights, FieldConfigAccess fieldConfig) voidDisMaxQueryFactory.initialize(String name, Map<QueryBuildingSetting, String> settings, Map<String, Float> fieldWeights, FieldConfigAccess fieldConfig) voidMatchAllQueryFactory.initialize(String name, Map<QueryBuildingSetting, String> settings, Map<String, Float> fieldWeights, FieldConfigAccess fieldConfig) voidNgramQueryFactory.initialize(String name, Map<QueryBuildingSetting, String> settings, Map<String, Float> fieldWeights, FieldConfigAccess fieldConfig) voidNoResultQueryFactory.initialize(String name, Map<QueryBuildingSetting, String> settings, Map<String, Float> fieldWeights, FieldConfigAccess fieldConfig) voidPredictionQueryFactory.initialize(String name, Map<QueryBuildingSetting, String> settings, Map<String, Float> fieldWeights, FieldConfigAccess fieldConfig) voidRelaxedQueryFactory.initialize(String name, Map<QueryBuildingSetting, String> settings, Map<String, Float> fieldWeights, FieldConfigAccess fieldConfig) -
Uses of FieldConfigAccess in de.cxp.ocs.preprocessor
Methods in de.cxp.ocs.preprocessor with parameters of type FieldConfigAccessModifier and TypeMethodDescriptionvoidConfigureableDataprocessor.initialize(FieldConfigAccess fieldConfig, Map<String, String> confMap) -
Uses of FieldConfigAccess in de.cxp.ocs.preprocessor.impl
Methods in de.cxp.ocs.preprocessor.impl with parameters of type FieldConfigAccessModifier and TypeMethodDescriptionvoidAsciiFoldingDataProcessor.initialize(FieldConfigAccess fieldConfig, Map<String, String> preProcessorConfig) voidAttributeToDataFieldConverter.initialize(FieldConfigAccess fieldConfig, Map<String, String> preProcessorConfig) voidExtractCategoryLevelDataProcessor.initialize(FieldConfigAccess fieldConfig, Map<String, String> preProcessorConfig) voidFlagFieldDataProcessor.initialize(FieldConfigAccess fieldConfig, Map<String, String> confMap) voidRemoveFieldContentDelimiterProcessor.initialize(FieldConfigAccess fieldConfig, Map<String, String> confMap) voidSkipDocumentDataProcessor.initialize(FieldConfigAccess fieldConfig, Map<String, String> confMap) voidWordSplitterDataProcessor.initialize(FieldConfigAccess fieldConfig, Map<String, String> confMap) -
Uses of FieldConfigAccess in de.cxp.ocs.spi.indexer
Methods in de.cxp.ocs.spi.indexer with parameters of type FieldConfigAccessModifier and TypeMethodDescriptionvoidDocumentPostProcessor.initialize(FieldConfigAccess fieldConfigIndex, Map<String, String> settings) DocumentPostProcessor MUST have a default constructor.voidDocumentPreProcessor.initialize(FieldConfigAccess fieldConfig, Map<String, String> preProcessorConfig) DataPreProcessor MUST have a no-args constructor.voidDocumentPostProcessor.process(Document originalDocument, IndexableItem record, FieldConfigAccess fieldConfig) Called for each converted document. -
Uses of FieldConfigAccess in de.cxp.ocs.spi.search
Methods in de.cxp.ocs.spi.search with parameters of type FieldConfigAccessModifier and TypeMethodDescriptionvoidESQueryFactory.initialize(String name, Map<QueryBuildingSetting, String> settings, Map<String, Float> fieldWeights, FieldConfigAccess fieldConfig) -
Uses of FieldConfigAccess in de.cxp.ocs.util
Methods in de.cxp.ocs.util with parameters of type FieldConfigAccessModifier and TypeMethodDescriptionstatic Optional<SearchField> ESQueryUtils.validateSearchField(String fieldName, FieldConfigAccess fieldConfig) ESQueryUtils.validateSearchFields(Map<String, Float> weightedFields, FieldConfigAccess fieldConfig, Predicate<Field> additionalPredicate)