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. customConfigurationsprotected java.util.Map<java.lang.String,CustomIndexConfiguration>IndexManagerImpl. indexedDocumentTypesMethods in com.flowable.indexing that return CustomIndexConfiguration Modifier and Type Method Description CustomIndexConfigurationIndexManager. getIndexConfiguration(java.lang.String indexName)Returns the mapping information for the given index.CustomIndexConfigurationIndexManagerImpl. getIndexConfiguration(java.lang.String indexName)Methods in com.flowable.indexing with parameters of type CustomIndexConfiguration Modifier and Type Method Description protected voidIndexManagerImpl. enhanceMappingWithExtension(java.util.Map<java.lang.String,java.util.List<com.fasterxml.jackson.databind.JsonNode>> mappingExtensionConfigurations, CustomIndexConfiguration customIndexConfiguration, java.lang.String indexName)protected voidIndexManagerImpl. enhanceProperties(java.util.Map<java.lang.String,java.util.List<com.fasterxml.jackson.databind.JsonNode>> mappingExtensionConfigurations, CustomIndexConfiguration customIndexConfiguration, java.lang.String indexName)protected voidIndexManagerImpl. enhanceSettings(java.util.Map<java.lang.String,java.util.List<com.fasterxml.jackson.databind.JsonNode>> mappingExtensionConfigurations, CustomIndexConfiguration customIndexConfiguration, java.lang.String indexName)protected voidIndexManagerImpl. enhanceVariableProperties(java.util.Map<java.lang.String,java.util.List<com.fasterxml.jackson.databind.JsonNode>> mappingExtensionConfigurations, CustomIndexConfiguration customIndexConfiguration, java.lang.String indexName)protected com.fasterxml.jackson.databind.node.ObjectNodeSearchServiceImpl. handleQueryWithCustomFilter(IndexMapping indexMapping, CustomIndexConfiguration customIndexConfiguration, java.util.Map<java.lang.String,java.lang.Object> params, java.util.Map<java.lang.String,java.lang.String> configParams)protected com.fasterxml.jackson.databind.node.ObjectNodeSearchServiceImpl. 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 CustomIndexConfigurationIndexMapping. 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 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 java.lang.StringIndexTemplateComposerImpl. composeCustomAliasTemplate(CustomIndexConfiguration indexConfiguration, java.lang.String indexPrefix)protected java.lang.StringIndexTemplateComposerImpl. composeCustomQueryTemplate(CustomIndexConfiguration indexConfiguration)java.lang.StringIndexTemplateComposer. composeIndexTemplate(CustomIndexConfiguration indexConfiguration, java.lang.String indexPrefix)Create the Elasticsearch index template for the given index configuration as a JSON string.java.lang.StringIndexTemplateComposerImpl. 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 CustomIndexConfigurationCustomIndexMapping. customIndexConfigurationMethods in com.flowable.indexing.impl that return CustomIndexConfiguration Modifier and Type Method Description CustomIndexConfigurationCustomIndexMapping. getCustomIndexConfiguration()Methods in com.flowable.indexing.impl with parameters of type CustomIndexConfiguration Modifier and Type Method Description protected MappingFilterCustomIndexMapping. 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)