Uses of Interface
com.flowable.indexing.api.IndexMapping
Packages that use IndexMapping
-
Uses of IndexMapping in com.flowable.indexing
Fields in com.flowable.indexing with type parameters of type IndexMappingModifier and TypeFieldDescriptionprotected Map<String,
IndexMapping> IndexManagerImpl.customMappings
protected Map<String,
IndexMapping> IndexManagerImpl.indexMappings
Methods in com.flowable.indexing that return IndexMappingModifier and TypeMethodDescriptionIndexManager.findIndexMapping
(String indexName) IndexManagerImpl.findIndexMapping
(String indexName) IndexManager.getCustomQueryMapping
(String indexName, String mappingName) Get custom query mapping for given index if exists.IndexManagerImpl.getCustomQueryMapping
(String indexName, String mappingName) IndexManager.recreateMapping
(IndexMapping indexMapping) Used to recreate mapping ifCustomIndexConfiguration
changed.IndexManagerImpl.recreateMapping
(IndexMapping indexMapping) Methods in com.flowable.indexing that return types with arguments of type IndexMappingModifier and TypeMethodDescriptionIndexManager.findMatchingCustomMappings
(String indexName) Returns a list ofIndexMapping
(s) that are applicable for the provided index name.IndexManagerImpl.findMatchingCustomMappings
(String indexName) IndexManager.findMatchingIndexMappings
(com.fasterxml.jackson.databind.node.ObjectNode objectNode) Returns a list ofIndexMapping
instances that are applicable for the provided data.IndexManager.findMatchingIndexMappings
(String mappingType) Returns a list ofIndexMapping
(s) that are applicable for the provided mapping type.IndexManagerImpl.findMatchingIndexMappings
(com.fasterxml.jackson.databind.node.ObjectNode objectNode) IndexManagerImpl.findMatchingIndexMappings
(String mappingType) Methods in com.flowable.indexing with parameters of type IndexMappingModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.node.ObjectNode
SearchServiceImpl.createCustomQueryForParameters
(IndexMapping indexMapping, Map<String, Object> params) protected com.fasterxml.jackson.databind.node.ObjectNode
SearchServiceImpl.handleQueryWithCustomFilter
(IndexMapping indexMapping, CustomIndexConfiguration customIndexConfiguration, Map<String, Object> params, Map<String, ConfigParameter> configParams) IndexManager.recreateMapping
(IndexMapping indexMapping) Used to recreate mapping ifCustomIndexConfiguration
changed.IndexManagerImpl.recreateMapping
(IndexMapping indexMapping) protected void
IndexManagerImpl.updateExistingAliasMapping
(IndexMapping customMapping) protected com.fasterxml.jackson.databind.JsonNode
IndexManagerImpl.updateExistingMappingIfNeeded
(String indexName, IndexMapping indexMapping) -
Uses of IndexMapping in com.flowable.indexing.impl
Classes in com.flowable.indexing.impl that implement IndexMappingMethods in com.flowable.indexing.impl with parameters of type IndexMappingModifier and TypeMethodDescriptionprotected String
IndexingServiceImpl.determineIndex
(IndexMapping indexMapping)