| 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 |
|
| 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 |
|
| 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.
|
| SolrIndexedTypeCodeResolver |
Resolves indexed type's unique code.
|