Uses of Class
com.flowable.indexing.config.CustomIndexConfiguration
Package | Description |
---|---|
com.flowable.indexing | |
com.flowable.indexing.api | |
com.flowable.indexing.config.composer | |
com.flowable.indexing.impl |
-
Uses of CustomIndexConfiguration in com.flowable.indexing
Fields in com.flowable.indexing with type parameters of type CustomIndexConfiguration Modifier and Type Field Description protected java.util.List<CustomIndexConfiguration>
IndexManagerImpl. customConfigurations
protected java.util.Map<java.lang.String,CustomIndexConfiguration>
IndexManagerImpl. indexedDocumentTypes
Methods in com.flowable.indexing that return CustomIndexConfiguration Modifier and Type Method Description CustomIndexConfiguration
IndexManager. getIndexConfiguration(java.lang.String indexName)
Returns the mapping information for the given index.CustomIndexConfiguration
IndexManagerImpl. getIndexConfiguration(java.lang.String indexName)
Methods in com.flowable.indexing with parameters of type CustomIndexConfiguration Modifier and Type Method Description protected void
IndexManagerImpl. enhanceMappingWithExtension(java.util.Map<java.lang.String,java.util.List<com.fasterxml.jackson.databind.JsonNode>> mappingExtensionConfigurations, CustomIndexConfiguration customIndexConfiguration, java.lang.String indexName)
protected void
IndexManagerImpl. enhanceProperties(java.util.Map<java.lang.String,java.util.List<com.fasterxml.jackson.databind.JsonNode>> mappingExtensionConfigurations, CustomIndexConfiguration customIndexConfiguration, java.lang.String indexName)
protected void
IndexManagerImpl. enhanceSettings(java.util.Map<java.lang.String,java.util.List<com.fasterxml.jackson.databind.JsonNode>> mappingExtensionConfigurations, CustomIndexConfiguration customIndexConfiguration, java.lang.String indexName)
protected void
IndexManagerImpl. enhanceVariableProperties(java.util.Map<java.lang.String,java.util.List<com.fasterxml.jackson.databind.JsonNode>> mappingExtensionConfigurations, CustomIndexConfiguration customIndexConfiguration, java.lang.String indexName)
protected java.util.stream.Stream<java.lang.String>
SearchServiceImpl. getParamsStreamValue(java.lang.String paramKey, java.util.Map<java.lang.String,java.lang.Object> params, ConfigParameter configParameter, CustomIndexConfiguration customIndexConfiguration)
protected java.lang.String
SearchServiceImpl. getParamsStringValue(java.lang.String paramKey, java.util.Map<java.lang.String,java.lang.Object> params, ConfigParameter configParameter, CustomIndexConfiguration customIndexConfiguration)
protected com.fasterxml.jackson.databind.node.ObjectNode
SearchServiceImpl. handleQueryWithCustomFilter(IndexMapping indexMapping, CustomIndexConfiguration customIndexConfiguration, java.util.Map<java.lang.String,java.lang.Object> params, java.util.Map<java.lang.String,ConfigParameter> configParams)
protected com.fasterxml.jackson.databind.node.ObjectNode
SearchServiceImpl. handleQueryWithTemplate(java.util.Map<java.lang.String,java.lang.Object> params, CustomIndexConfiguration customIndexConfiguration)
-
Uses of CustomIndexConfiguration in com.flowable.indexing.api
Methods in com.flowable.indexing.api that return CustomIndexConfiguration Modifier and Type Method Description CustomIndexConfiguration
IndexMapping. getCustomIndexConfiguration()
-
Uses of CustomIndexConfiguration in com.flowable.indexing.config.composer
Methods in com.flowable.indexing.config.composer with parameters of type CustomIndexConfiguration Modifier and Type Method Description protected 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 java.lang.String
IndexTemplateComposerImpl. composeCustomAliasTemplate(CustomIndexConfiguration indexConfiguration, java.lang.String indexPrefix)
protected java.lang.String
IndexTemplateComposerImpl. composeCustomQueryTemplate(CustomIndexConfiguration indexConfiguration)
java.lang.String
IndexTemplateComposer. composeIndexTemplate(CustomIndexConfiguration indexConfiguration, java.lang.String indexPrefix)
Create the Elasticsearch index template for the given index configuration as a JSON string.java.lang.String
IndexTemplateComposerImpl. composeIndexTemplate(CustomIndexConfiguration indexConfiguration, java.lang.String indexPrefix)
java.util.Map<java.lang.String,java.lang.Object>
IndexTemplateComposerImpl. createIndexSettings(CustomIndexConfiguration configuration)
-
Uses of CustomIndexConfiguration in com.flowable.indexing.impl
Fields in com.flowable.indexing.impl declared as CustomIndexConfiguration Modifier and Type Field Description protected CustomIndexConfiguration
CustomIndexMapping. customIndexConfiguration
Methods in com.flowable.indexing.impl that return CustomIndexConfiguration Modifier and Type Method Description CustomIndexConfiguration
CustomIndexMapping. getCustomIndexConfiguration()
Methods in com.flowable.indexing.impl with parameters of type CustomIndexConfiguration Modifier and Type Method Description protected MappingFilter
CustomIndexMapping. createMappingFilter(CustomIndexConfiguration customIndexConfiguration)
Constructors in com.flowable.indexing.impl with parameters of type CustomIndexConfiguration Constructor Description CustomIndexMapping(CustomIndexConfiguration customIndexConfiguration, java.lang.String indexMappingJson, com.fasterxml.jackson.databind.ObjectMapper objectMapper)