Support the *.worker.execution configuration option on Elasticsearch
Description
Activity
Show:
Fixed
Assignee
Yoann Rodière
Yoann RodièreReporter
Yoann Rodière
Yoann RodièreComponents
Fix versions
Priority
Created December 5, 2016 at 2:42 PM
Updated May 11, 2017 at 7:35 AM
Resolved April 24, 2017 at 5:36 PM
This option should make calls to
org.hibernate.search.indexes.spi.IndexManager.performOperations(List<LuceneWork>, IndexingMonitor)
synchronous or asynchronous depending on its value.It already is implemented for Lucene, see the call to
org.hibernate.search.backend.BackendFactory.isConfiguredAsSync(Properties)
inorg.hibernate.search.backend.impl.lucene.WorkspaceHolder.initialize(Properties, WorkerBuildContext, IndexManager)
.