public class DefaultIndexerWorkerFactory extends Object implements IndexerWorkerFactory
IndexerWorkerFactory.| Constructor and Description |
|---|
DefaultIndexerWorkerFactory() |
| Modifier and Type | Method and Description |
|---|---|
IndexerWorker |
createIndexerWorker(FacetSearchConfig facetSearchConfig)
Creates a new indexer worker.
|
ApplicationContext |
getApplicationContext() |
String |
getWorkerBeanId() |
void |
setApplicationContext(ApplicationContext applicationContext) |
void |
setWorkerBeanId(String workerBeanId) |
public String getWorkerBeanId()
public void setWorkerBeanId(String workerBeanId)
public ApplicationContext getApplicationContext()
public void setApplicationContext(ApplicationContext applicationContext)
public IndexerWorker createIndexerWorker(FacetSearchConfig facetSearchConfig) throws IndexerException
IndexerWorkerFactorycreateIndexerWorker in interface IndexerWorkerFactoryfacetSearchConfig - - the facet search configurationIndexerException - if an error occurs during the worker creationCopyright © 2017 SAP SE. All Rights Reserved.