public class DefaultIndexerStrategyFactory extends Object implements IndexerStrategyFactory
IndexerStrategyFactory.| Constructor and Description |
|---|
DefaultIndexerStrategyFactory() |
| Modifier and Type | Method and Description |
|---|---|
IndexerStrategy |
createIndexerStrategy(FacetSearchConfig facetSearchConfig)
Creates a new indexer strategy.
|
ApplicationContext |
getApplicationContext() |
String |
getDistributedIndexerStrategyBeanId() |
String |
getIndexerStrategyBeanId() |
void |
setApplicationContext(ApplicationContext applicationContext) |
void |
setDistributedIndexerStrategyBeanId(String distributedIndexerStrategyBeanId) |
void |
setIndexerStrategyBeanId(String indexerStrategyBeanId) |
public String getIndexerStrategyBeanId()
public void setIndexerStrategyBeanId(String indexerStrategyBeanId)
public String getDistributedIndexerStrategyBeanId()
public void setDistributedIndexerStrategyBeanId(String distributedIndexerStrategyBeanId)
public ApplicationContext getApplicationContext()
public void setApplicationContext(ApplicationContext applicationContext)
public IndexerStrategy createIndexerStrategy(FacetSearchConfig facetSearchConfig) throws IndexerException
IndexerStrategyFactorycreateIndexerStrategy in interface IndexerStrategyFactoryfacetSearchConfig - - the facet search configurationIndexerException - if an error occurs during the strategy creationCopyright © 2017 SAP SE. All Rights Reserved.