Package | Description |
---|---|
com.flowable.indexing | |
com.flowable.indexing.api | |
com.flowable.indexing.config.composer | |
com.flowable.indexing.impl |
Modifier and Type | Field and Description |
---|---|
protected List<CustomIndexConfiguration> |
IndexManagerImpl.customConfigurations |
protected Map<String,CustomIndexConfiguration> |
IndexManagerImpl.indexedDocumentTypes |
Modifier and Type | Method and Description |
---|---|
CustomIndexConfiguration |
IndexManagerImpl.getIndexConfiguration(String indexName) |
CustomIndexConfiguration |
IndexManager.getIndexConfiguration(String indexName)
Returns the mapping information for the given index.
|
Modifier and Type | Method and Description |
---|---|
protected 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) |
Modifier and Type | Method and Description |
---|---|
CustomIndexConfiguration |
IndexMapping.getCustomIndexConfiguration() |
Modifier and Type | Method and 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 String |
IndexTemplateComposerImpl.composeCustomAliasTemplate(CustomIndexConfiguration indexConfiguration,
String indexPrefix) |
protected String |
IndexTemplateComposerImpl.composeCustomQueryTemplate(CustomIndexConfiguration indexConfiguration) |
String |
IndexTemplateComposerImpl.composeIndexTemplate(CustomIndexConfiguration indexConfiguration,
String indexPrefix) |
String |
IndexTemplateComposer.composeIndexTemplate(CustomIndexConfiguration indexConfiguration,
String indexPrefix)
Create the Elasticsearch index template for the given index configuration as a JSON string.
|
Map<String,Object> |
IndexTemplateComposerImpl.createIndexSettings(CustomIndexConfiguration configuration) |
Modifier and Type | Field and Description |
---|---|
protected CustomIndexConfiguration |
CustomIndexMapping.customIndexConfiguration |
Modifier and Type | Method and Description |
---|---|
CustomIndexConfiguration |
CustomIndexMapping.getCustomIndexConfiguration() |
Modifier and Type | Method and Description |
---|---|
protected MappingFilter |
CustomIndexMapping.createMappingFilter(CustomIndexConfiguration customIndexConfiguration) |
Constructor and Description |
---|
CustomIndexMapping(CustomIndexConfiguration customIndexConfiguration,
String indexMappingJson,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |