Uses of Class
com.flowable.indexing.config.CustomIndexConfiguration
Package
Description
-
Uses of CustomIndexConfiguration in com.flowable.indexing
Modifier and TypeFieldDescriptionprotected List<CustomIndexConfiguration>
IndexManagerImpl.customConfigurations
protected Map<String,
CustomIndexConfiguration> IndexManagerImpl.indexedDocumentTypes
Modifier and TypeMethodDescriptionIndexManager.getIndexConfiguration
(String indexName) Returns the mapping information for the given index.IndexManagerImpl.getIndexConfiguration
(String indexName) Modifier 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
-
Uses of CustomIndexConfiguration in com.flowable.indexing.config.composer
Modifier 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
Modifier and TypeFieldDescriptionprotected CustomIndexConfiguration
CustomIndexMapping.customIndexConfiguration
Modifier and TypeMethodDescriptionprotected MappingFilter
CustomIndexMapping.createMappingFilter
(CustomIndexConfiguration customIndexConfiguration) ModifierConstructorDescriptionCustomIndexMapping
(CustomIndexConfiguration customIndexConfiguration, String indexMappingJson, com.fasterxml.jackson.databind.ObjectMapper objectMapper)