public class DefaultIndexerBatchStrategyFactory extends java.lang.Object implements IndexerBatchStrategyFactory
| Constructor and Description |
|---|
DefaultIndexerBatchStrategyFactory() |
| Modifier and Type | Method and Description |
|---|---|
IndexerBatchStrategy |
createIndexerBatchStrategy(FacetSearchConfig facetSearchConfig)
Create new IndexerBatchStrategy.
|
ApplicationContext |
getApplicationContext() |
java.lang.String |
getIndexerBatchStrategyBeanId() |
void |
setApplicationContext(ApplicationContext applicationContext) |
void |
setIndexerBatchStrategyBeanId(java.lang.String indexerBatchStrategyBeanId) |
public IndexerBatchStrategy createIndexerBatchStrategy(FacetSearchConfig facetSearchConfig) throws IndexerException
IndexerBatchStrategyFactorycreateIndexerBatchStrategy in interface IndexerBatchStrategyFactoryfacetSearchConfig - - the facet search configurationIndexerException - if an error occurs during the strategy creationpublic java.lang.String getIndexerBatchStrategyBeanId()
public void setIndexerBatchStrategyBeanId(java.lang.String indexerBatchStrategyBeanId)
public ApplicationContext getApplicationContext()
public void setApplicationContext(ApplicationContext applicationContext)
Copyright © 2018 SAP SE. All Rights Reserved.