Uses of Interface
com.flowable.indexing.ElasticsearchClient
Packages that use ElasticsearchClient
Package
Description
-
Uses of ElasticsearchClient in com.flowable.agent.engine
Fields in com.flowable.agent.engine declared as ElasticsearchClientModifier and TypeFieldDescriptionprotected ElasticsearchClientAgentEngineConfiguration.elasticsearchClientMethods in com.flowable.agent.engine that return ElasticsearchClientMethods in com.flowable.agent.engine with parameters of type ElasticsearchClientModifier and TypeMethodDescriptionvoidAgentEngineConfiguration.setElasticsearchClient(ElasticsearchClient elasticsearchClient) -
Uses of ElasticsearchClient in com.flowable.agent.engine.impl.knowledgebase.pipeline.steps.vectorstore
Fields in com.flowable.agent.engine.impl.knowledgebase.pipeline.steps.vectorstore declared as ElasticsearchClientModifier and TypeFieldDescriptionprotected final ElasticsearchClientElasticsearchKnowledgeBaseVectorStore.elasticsearchClientConstructors in com.flowable.agent.engine.impl.knowledgebase.pipeline.steps.vectorstore with parameters of type ElasticsearchClientModifierConstructorDescriptionElasticsearchKnowledgeBaseVectorStore(ElasticsearchClient elasticsearchClient, KnowledgeBaseDefinitionModel model, KnowledgeBaseDefinition definition, ElasticsearchVectorStoreModel vectorStoreModel, ElasticsearchKnowledgeBaseVectorStore.ElasticsearchDistanceType elasticsearchDistanceType, Supplier<String> indexNamePrefixProvider) -
Uses of ElasticsearchClient in com.flowable.indexing
Classes in com.flowable.indexing that implement ElasticsearchClientFields in com.flowable.indexing declared as ElasticsearchClientModifier and TypeFieldDescriptionprotected ElasticsearchClientIndexManagerImpl.elasticsearchClientprotected ElasticsearchClientProcessEngineIndexingConfigurator.elasticsearchClientprotected final ElasticsearchClientReindexManagerImpl.elasticsearchClientprotected ElasticsearchClientSearchServiceImpl.elasticsearchClientConstructors in com.flowable.indexing with parameters of type ElasticsearchClientModifierConstructorDescriptionIndexManagerImpl(ElasticsearchClient elasticsearchClient, Function<String, org.flowable.common.engine.api.lock.LockManager> lockManagerProvider, String indexNamePrefix, String projectName, Resource[] mappingResources, Resource[] mappingExtensionResources, IndexTemplateComposer indexTemplateComposer, tools.jackson.databind.ObjectMapper objectMapper, boolean useLockForIndexMappingCreation, Duration mappingSchemaLockWaitTime, Collection<String> enabledIndices, boolean isVariableIncidentReportingEnabled) IndexManagerImpl(ElasticsearchClient elasticsearchClient, Function<String, org.flowable.common.engine.api.lock.LockManager> lockManagerProvider, String indexNamePrefix, String projectName, Resource[] mappingResources, Resource[] mappingExtensionResources, IndexTemplateComposer indexTemplateComposer, tools.jackson.databind.ObjectMapper objectMapper, Collection<String> enabledIndices) ProcessEngineIndexingConfigurator(tools.jackson.databind.ObjectMapper objectMapper, IndexingHistoryJobProducer jobProducer, List<org.flowable.job.service.HistoryJobHandler> asyncHistoryJobHandlers, ElasticsearchClient elasticsearchClient, ReindexManager reindexManager, List<BulkIndexRequestInterceptor> bulkIndexRequestInterceptors, int numberOfRetries, ReindexActiveAliasResolver reindexActiveAliasResolver) ReindexManagerImpl(org.flowable.engine.ProcessEngineConfiguration processEngineConfiguration, ElasticsearchClient elasticsearchClient, IndexManager indexManager, ReindexingProperties reindexingProperties) SearchServiceImpl(ElasticsearchClient elasticsearchClient, IndexManager indexManager, tools.jackson.databind.ObjectMapper objectMapper, ResourceHelper resourceHelper, List<LowLevelSearchResultEnhancer> searchResultEnhancers) -
Uses of ElasticsearchClient in com.flowable.indexing.impl
Fields in com.flowable.indexing.impl declared as ElasticsearchClientModifier and TypeFieldDescriptionprotected ElasticsearchClientIndexingServiceImpl.elasticsearchClientConstructors in com.flowable.indexing.impl with parameters of type ElasticsearchClientModifierConstructorDescriptionIndexingServiceImpl(boolean indexingEnabled, ElasticsearchClient elasticsearchClient, ObjectSerializationService objectSerializationService, IndexManager indexManager, tools.jackson.databind.ObjectMapper objectMapper, org.flowable.spring.job.service.SpringAsyncHistoryExecutor asyncHistoryExecutor, List<BulkIndexRequestInterceptor> bulkIndexRequestInterceptors, ReindexActiveAliasResolver reindexActiveAliasResolver) -
Uses of ElasticsearchClient in com.flowable.indexing.job.history.async
Fields in com.flowable.indexing.job.history.async declared as ElasticsearchClientModifier and TypeFieldDescriptionprotected ElasticsearchClientBulkIndexingSession.elasticsearchClientprotected ElasticsearchClientBulkIndexingSessionFactory.elasticsearchClientConstructors in com.flowable.indexing.job.history.async with parameters of type ElasticsearchClientModifierConstructorDescriptionBulkIndexingSession(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, tools.jackson.databind.ObjectMapper objectMapper, ElasticsearchClient elasticsearchClient, List<BulkIndexRequestInterceptor> bulkIndexRequestInterceptors, ReindexActiveAliasResolver reindexActiveAliasResolver) BulkIndexingSessionFactory(tools.jackson.databind.ObjectMapper objectMapper, ElasticsearchClient elasticsearchClient, List<BulkIndexRequestInterceptor> bulkIndexRequestInterceptors, ReindexActiveAliasResolver reindexActiveAliasResolver) -
Uses of ElasticsearchClient in com.flowable.indexing.reindex.job
Constructors in com.flowable.indexing.reindex.job with parameters of type ElasticsearchClientModifierConstructorDescriptionReindexSwapJobHandler(ElasticsearchClient elasticsearchClient, IndexManager indexManager)