Package | Description |
---|---|
com.flowable.indexing | |
com.flowable.indexing.impl |
Modifier and Type | Field and Description |
---|---|
protected Map<String,IndexMapping> |
IndexManagerImpl.customMappings |
protected Map<String,IndexMapping> |
IndexManagerImpl.indexMappings |
Modifier and Type | Method and Description |
---|---|
IndexMapping |
IndexManagerImpl.findIndexMapping(String indexName) |
IndexMapping |
IndexManager.findIndexMapping(String indexName) |
IndexMapping |
IndexManagerImpl.getCustomQueryMapping(String indexName,
String mappingName) |
IndexMapping |
IndexManager.getCustomQueryMapping(String indexName,
String mappingName)
Get custom query mapping for given index if exists.
|
IndexMapping |
IndexManagerImpl.recreateMapping(IndexMapping indexMapping) |
IndexMapping |
IndexManager.recreateMapping(IndexMapping indexMapping)
Used to recreate mapping if
CustomIndexConfiguration changed. |
Modifier and Type | Method and Description |
---|---|
List<IndexMapping> |
IndexManagerImpl.findMatchingCustomMappings(String indexName) |
List<IndexMapping> |
IndexManager.findMatchingCustomMappings(String indexName)
Returns a list of
IndexMapping (s) that are applicable for the provided index name. |
List<IndexMapping> |
IndexManagerImpl.findMatchingIndexMappings(com.fasterxml.jackson.databind.node.ObjectNode objectNode) |
List<IndexMapping> |
IndexManager.findMatchingIndexMappings(com.fasterxml.jackson.databind.node.ObjectNode objectNode)
Returns a list of
IndexMapping instances that are applicable for the provided data. |
List<IndexMapping> |
IndexManagerImpl.findMatchingIndexMappings(String mappingType) |
List<IndexMapping> |
IndexManager.findMatchingIndexMappings(String mappingType)
Returns a list of
IndexMapping (s) that are applicable for the provided mapping type. |
Modifier and Type | Method and Description |
---|---|
com.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) |
IndexMapping |
IndexManagerImpl.recreateMapping(IndexMapping indexMapping) |
IndexMapping |
IndexManager.recreateMapping(IndexMapping indexMapping)
Used to recreate mapping if
CustomIndexConfiguration changed. |
protected void |
IndexManagerImpl.updateExistingAliasMapping(IndexMapping customMapping) |
protected com.fasterxml.jackson.databind.JsonNode |
IndexManagerImpl.updateExistingMappingIfNeeded(String indexName,
IndexMapping indexMapping) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIndexMapping |
class |
CustomIndexMapping |
Modifier and Type | Method and Description |
---|---|
protected String |
IndexingServiceImpl.determineIndex(IndexMapping indexMapping) |