IndexerOperationListener.@Deprecated public class FullDirectIndexOperationStrategy extends AbstractIndexOperationStrategy implements IndexOperationStrategy
IndexOperationStrategy for the full index operation with direct mode.| Constructor and Description |
|---|
FullDirectIndexOperationStrategy()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
afterIndex(IndexerContext context)
Deprecated.
Handles a notification that the indexing for a particular
IndexerContext has just been completed. |
void |
afterIndexError(IndexerContext context)
Deprecated.
Handles a notification that the indexing for a particular
IndexerContext failed. |
void |
beforeIndex(IndexerContext context)
Deprecated.
Handles a notification that the indexing for a particular
IndexerContext is about to begin. |
FlexibleSearchService |
getFlexibleSearchService()
Deprecated.
|
Indexer |
getIndexer()
Deprecated.
|
SolrIndexedTypeCodeResolver |
getSolrIndexedTypeCodeResolver()
Deprecated.
|
void |
setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
Deprecated.
|
void |
setIndexer(Indexer indexer)
Deprecated.
|
void |
setSolrIndexedTypeCodeResolver(SolrIndexedTypeCodeResolver solrIndexedTypeCodeResolver)
Deprecated.
|
getModelService, getSolrCoresService, getSolrIndexerOperationsService, setModelService, setSolrCoresService, setSolrIndexerOperationsServicepublic FullDirectIndexOperationStrategy()
public Indexer getIndexer()
public void setIndexer(Indexer indexer)
public SolrIndexedTypeCodeResolver getSolrIndexedTypeCodeResolver()
public void setSolrIndexedTypeCodeResolver(SolrIndexedTypeCodeResolver solrIndexedTypeCodeResolver)
public FlexibleSearchService getFlexibleSearchService()
public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
public void beforeIndex(IndexerContext context) throws IndexerException
IndexerListenerIndexerContext is about to begin.beforeIndex in interface IndexerListenercontext - - the IndexerContextIndexerException - if an error occurspublic void afterIndex(IndexerContext context) throws IndexerException
IndexerListenerIndexerContext has just been completed.afterIndex in interface IndexerListenercontext - - the IndexerContextIndexerException - if an error occurspublic void afterIndexError(IndexerContext context) throws IndexerException
IndexerListenerIndexerContext failed.afterIndexError in interface IndexerListenercontext - - the IndexerContextIndexerException - if an error occursCopyright © 2017 SAP SE. All Rights Reserved.