IndexOperationStrategy is deprecated now.@Deprecated public class DefaultIndexOperationStrategyFactory extends Object implements IndexOperationStrategyFactory
IndexOperationStrategyFactory.| Constructor and Description |
|---|
DefaultIndexOperationStrategyFactory()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
IndexOperationStrategy |
createIndexOperationStrategy(IndexOperation indexOperation,
FacetSearchConfig facetSearchConfig)
Deprecated.
Creates a new index operation strategy.
|
ApplicationContext |
getApplicationContext()
Deprecated.
|
Map<String,String> |
getIndexOperationStrategiesMapping()
Deprecated.
|
void |
setApplicationContext(ApplicationContext applicationContext)
Deprecated.
|
void |
setIndexOperationStrategiesMapping(Map<String,String> indexOperationStrategiesMapping)
Deprecated.
|
public static final String SEPARATOR
public DefaultIndexOperationStrategyFactory()
public Map<String,String> getIndexOperationStrategiesMapping()
public void setIndexOperationStrategiesMapping(Map<String,String> indexOperationStrategiesMapping)
public ApplicationContext getApplicationContext()
public void setApplicationContext(ApplicationContext applicationContext)
public IndexOperationStrategy createIndexOperationStrategy(IndexOperation indexOperation, FacetSearchConfig facetSearchConfig) throws IndexerException
IndexOperationStrategyFactorycreateIndexOperationStrategy in interface IndexOperationStrategyFactoryindexOperation - - the index operationfacetSearchConfig - - the facet search configurationIndexerException - if an error occurs during the strategy creationCopyright © 2017 SAP SE. All Rights Reserved.