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.customConfigurations
protected Map<String,
CustomIndexConfiguration> IndexManagerImpl.indexedDocumentTypes
Methods 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 void
IndexManagerImpl.enhanceMappingWithExtension
(Map<String, List<com.fasterxml.jackson.databind.JsonNode>> mappingExtensionConfigurations, CustomIndexConfiguration customIndexConfiguration, String indexName) protected void
IndexManagerImpl.enhanceProperties
(Map<String, List<com.fasterxml.jackson.databind.JsonNode>> mappingExtensionConfigurations, CustomIndexConfiguration customIndexConfiguration, String indexName) protected void
IndexManagerImpl.enhanceSettings
(Map<String, List<com.fasterxml.jackson.databind.JsonNode>> mappingExtensionConfigurations, CustomIndexConfiguration customIndexConfiguration, String indexName) protected void
IndexManagerImpl.enhanceVariableProperties
(Map<String, List<com.fasterxml.jackson.databind.JsonNode>> mappingExtensionConfigurations, CustomIndexConfiguration customIndexConfiguration, String indexName) protected com.fasterxml.jackson.databind.node.ObjectNode
SearchServiceImpl.handleQueryWithCustomFilter
(IndexMapping indexMapping, CustomIndexConfiguration customIndexConfiguration, Map<String, Object> params, Map<String, ConfigParameter> configParams) protected com.fasterxml.jackson.databind.node.ObjectNode
SearchServiceImpl.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 void
IndexTemplateComposerImpl.addMappingMetaVersion
(CustomIndexConfiguration indexConfiguration, com.fasterxml.jackson.databind.node.ObjectNode mappings) protected void
IndexTemplateComposerImpl.addSettings
(CustomIndexConfiguration indexConfiguration, com.fasterxml.jackson.databind.node.ObjectNode jsonNode) Add the settings to the index template.protected String
IndexTemplateComposerImpl.composeCustomAliasTemplate
(CustomIndexConfiguration indexConfiguration, String indexPrefix) protected String
IndexTemplateComposerImpl.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 CustomIndexConfiguration
CustomIndexMapping.customIndexConfiguration
Methods in com.flowable.indexing.impl that return CustomIndexConfigurationMethods in com.flowable.indexing.impl with parameters of type CustomIndexConfigurationModifier and TypeMethodDescriptionprotected MappingFilter
CustomIndexMapping.createMappingFilter
(CustomIndexConfiguration customIndexConfiguration) Constructors in com.flowable.indexing.impl with parameters of type CustomIndexConfigurationModifierConstructorDescriptionCustomIndexMapping
(CustomIndexConfiguration customIndexConfiguration, String indexMappingJson, com.fasterxml.jackson.databind.ObjectMapper objectMapper)