public interface IndexerBatchStrategy
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Executes the strategy.
|
void |
setExternalIndexOperation(boolean externalIndexOperation)
Sets the external index operation to be used.
|
void |
setFacetSearchConfig(FacetSearchConfig facetSearchConfig)
Sets the facet search config to be used.
|
void |
setIndex(Index index)
Sets the index to be used
|
void |
setIndexedProperties(Collection<IndexedProperty> indexedProperties)
Sets the indexed properties to be used
|
void |
setIndexedType(IndexedType indexedType)
Sets the indexed type to be used
|
void |
setIndexerHints(Map<String,String> indexerHints)
Sets the indexer hints to be used
|
void |
setIndexOperation(IndexOperation indexOperation)
Sets the index operation to be used
|
void |
setIndexOperationId(long indexOperationId)
Sets the indexed operation id to be used
|
void |
setPks(List<PK> pks)
Sets the pks to be used
|
void setExternalIndexOperation(boolean externalIndexOperation)
externalIndexOperation - - the external index operationvoid setFacetSearchConfig(FacetSearchConfig facetSearchConfig)
facetSearchConfig - - the facet search config to be usedvoid setIndex(Index index)
index - - the index to be usedvoid setIndexedProperties(Collection<IndexedProperty> indexedProperties)
indexedProperties - - the indexed properties to be usedvoid setIndexedType(IndexedType indexedType)
indexedType - - the indexed type to be usedvoid setIndexerHints(Map<String,String> indexerHints)
indexerHints - - the indexer hints to be usedvoid setIndexOperation(IndexOperation indexOperation)
indexOperation - - the index operation to be usedvoid setIndexOperationId(long indexOperationId)
indexOperationId - - the indexed operation id to be usedvoid execute()
throws InterruptedException,
IndexerException
InterruptedException - throw if a thread is interruptedIndexerException - if an error occurs during the strategy executionCopyright © 2017 SAP SE. All Rights Reserved.