| Interface | Description |
|---|---|
| ExtendedIndexerBatchListener |
Extending listener for indexer batch context.
|
| ExtendedIndexerListener |
Extending listener for indexer context.
|
| IndexerBatchContext |
This interface represents a context valid for the duration of an indexer batch.
|
| IndexerBatchContextFactory<T extends IndexerBatchContext> |
Implementations of this interface are responsible for creating and destroying instances of
IndexerBatchContext. |
| IndexerBatchListener |
Interface for receiving notifications about
IndexerBatchContext instances. |
| IndexerContext |
This interface represents a context valid for the duration of an indexer index operation, however it is not valid
inside an indexer batch (an indexer batch may run on a different thread or even on a different machine).
|
| IndexerContextFactory<T extends IndexerContext> |
Implementations of this interface are responsible for creating and destroying instances of
IndexerContext. |
| IndexerListener |
Interface for receiving notifications about
IndexerContext instances. |
| IndexerQueriesExecutor |
Implementations of this interface are responsible for running the queries required for the indexing process.
|
| IndexerQueryContext |
This interface represents a context valid for the duration of an indexer query.
|
| IndexerQueryContextFactory<T extends IndexerQueryContext> |
Implementations of this interface are responsible for creating and destroying instances of
IndexerQueryContext. |
| IndexerQueryListener |
Interface for receiving notifications about indexer queries execution.
|
| IndexerService |
Implementations of this interface should be responsible for indexing operations.
|
| IndexSwappingCapableIndexer | Deprecated
Since 6.2, no longer used.
|
| SolrCoreNameResolver | Deprecated
since 6.2, use
IndexNameResolver instead. |
| SolrIndexedTypeCodeResolver |
Resolves indexed type's unique code.
|
| SolrIndexStatisticsProvider | Deprecated
since 6.2, use
SolrIndexOperationService#getLastIndexOperationTime(IndexData) instead. |
| Enum | Description |
|---|---|
| IndexerBatchContext.Status | |
| IndexerContext.Status | |
| IndexerQueryContext.Status |
Copyright © 2017 SAP SE. All Rights Reserved.