Uses of Class
com.flowable.indexing.config.CustomIndexConfiguration
Packages that use CustomIndexConfiguration
Package
Description
-
Uses of CustomIndexConfiguration in com.flowable.indexing
Fields in com.flowable.indexing with type parameters of type CustomIndexConfigurationModifier and TypeFieldDescriptionprotected List<CustomIndexConfiguration>IndexManagerImpl.customConfigurationsprotected Map<String,CustomIndexConfiguration> IndexManagerImpl.indexedDocumentTypesMethods in com.flowable.indexing that return CustomIndexConfigurationModifier and TypeMethodDescriptionIndexManager.getIndexConfiguration(String indexName) Returns the mapping information for the given index.IndexManagerImpl.getIndexConfiguration(String indexName) Methods in com.flowable.indexing with parameters of type CustomIndexConfigurationModifier and TypeMethodDescriptionprotected voidIndexManagerImpl.enhanceMappingWithExtension(Map<String, List<com.fasterxml.jackson.databind.JsonNode>> mappingExtensionConfigurations, CustomIndexConfiguration customIndexConfiguration, String indexName) protected voidIndexManagerImpl.enhanceProperties(Map<String, List<com.fasterxml.jackson.databind.JsonNode>> mappingExtensionConfigurations, CustomIndexConfiguration customIndexConfiguration, String indexName) protected voidIndexManagerImpl.enhanceSettings(Map<String, List<com.fasterxml.jackson.databind.JsonNode>> mappingExtensionConfigurations, CustomIndexConfiguration customIndexConfiguration, String indexName) protected voidIndexManagerImpl.enhanceVariableProperties(Map<String, List<com.fasterxml.jackson.databind.JsonNode>> mappingExtensionConfigurations, CustomIndexConfiguration customIndexConfiguration, String indexName) protected com.fasterxml.jackson.databind.node.ObjectNodeSearchServiceImpl.handleQueryWithCustomFilter(IndexMapping indexMapping, CustomIndexConfiguration customIndexConfiguration, Map<String, Object> params, Map<String, ConfigParameter> configParams) protected com.fasterxml.jackson.databind.node.ObjectNodeSearchServiceImpl.handleQueryWithTemplate(Map<String, Object> params, CustomIndexConfiguration customIndexConfiguration) -
Uses of CustomIndexConfiguration in com.flowable.indexing.api
Methods in com.flowable.indexing.api that return CustomIndexConfiguration -
Uses of CustomIndexConfiguration in com.flowable.indexing.config.composer
Methods in com.flowable.indexing.config.composer with parameters of type CustomIndexConfigurationModifier and TypeMethodDescriptionprotected voidIndexTemplateComposerImpl.addMappingMetaVersion(CustomIndexConfiguration indexConfiguration, com.fasterxml.jackson.databind.node.ObjectNode mappings) protected voidIndexTemplateComposerImpl.addSettings(CustomIndexConfiguration indexConfiguration, com.fasterxml.jackson.databind.node.ObjectNode jsonNode) Add the settings to the index template.protected StringIndexTemplateComposerImpl.composeCustomAliasTemplate(CustomIndexConfiguration indexConfiguration, String indexPrefix) protected StringIndexTemplateComposerImpl.composeCustomQueryTemplate(CustomIndexConfiguration indexConfiguration) IndexTemplateComposer.composeIndexTemplate(CustomIndexConfiguration indexConfiguration, String indexPrefix) Create the Elasticsearch index template for the given index configuration as a JSON string.IndexTemplateComposerImpl.composeIndexTemplate(CustomIndexConfiguration indexConfiguration, String indexPrefix) IndexTemplateComposerImpl.createIndexSettings(CustomIndexConfiguration configuration) -
Uses of CustomIndexConfiguration in com.flowable.indexing.impl
Fields in com.flowable.indexing.impl declared as CustomIndexConfigurationModifier and TypeFieldDescriptionprotected CustomIndexConfigurationCustomIndexMapping.customIndexConfigurationMethods in com.flowable.indexing.impl that return CustomIndexConfigurationMethods in com.flowable.indexing.impl with parameters of type CustomIndexConfigurationModifier and TypeMethodDescriptionprotected MappingFilterCustomIndexMapping.createMappingFilter(CustomIndexConfiguration customIndexConfiguration) Constructors in com.flowable.indexing.impl with parameters of type CustomIndexConfigurationModifierConstructorDescriptionCustomIndexMapping(CustomIndexConfiguration customIndexConfiguration, String indexMappingJson, com.fasterxml.jackson.databind.ObjectMapper objectMapper)