Package | Description |
---|---|
com.flowable.indexing | |
com.flowable.indexing.impl |
Modifier and Type | Class and Description |
---|---|
class |
ElasticsearchClientImpl |
Modifier and Type | Field and Description |
---|---|
protected ElasticsearchClient |
SearchServiceImpl.elasticsearchClient |
protected ElasticsearchClient |
ReindexManagerImpl.elasticsearchClient |
protected ElasticsearchClient |
IndexManagerImpl.elasticsearchClient |
Constructor and Description |
---|
IndexManagerImpl(ElasticsearchClient elasticsearchClient,
Function<String,LockManager> lockManagerProvider,
String indexNamePrefix,
String projectName,
Resource[] mappingResources,
Resource[] mappingExtensionResources,
IndexTemplateComposer indexTemplateComposer,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
IndexManagerImpl(ElasticsearchClient elasticsearchClient,
Function<String,LockManager> lockManagerProvider,
String indexNamePrefix,
String projectName,
Resource[] mappingResources,
Resource[] mappingExtensionResources,
IndexTemplateComposer indexTemplateComposer,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
boolean useLockForIndexMappingCreation,
Duration mappingSchemaLockWaitTime) |
ReindexManagerImpl(IndexManager indexManager,
ElasticsearchClient elasticsearchClient,
ReindexingProperties reindexingProperties) |
SearchServiceImpl(ElasticsearchClient elasticsearchClient,
IndexManager indexManager,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
ResourceHelper resourceHelper,
List<LowLevelSearchResultEnhancer> searchResultEnhancers) |
Modifier and Type | Field and Description |
---|---|
protected ElasticsearchClient |
IndexingServiceImpl.elasticsearchClient |
Constructor and Description |
---|
IndexingServiceImpl(boolean indexingEnabled,
ElasticsearchClient elasticsearchClient,
ObjectSerializationService objectSerializationService,
IndexManager indexManager,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
SpringAsyncHistoryExecutor asyncHistoryExecutor,
List<BulkIndexRequestInterceptor> bulkIndexRequestInterceptors) |