| SnIndexerBatchListener |
Listener for indexer batch operations.
|
| SnIndexerBatchRequest |
Represents an indexer batch request.
|
| SnIndexerBatchResponse |
Represents an indexer batch response.
|
| SnIndexerBatchRunnable |
Runnable for indexer batches.
|
| SnIndexerBatchStrategy |
Strategy for indexer requests.
|
| SnIndexerBatchStrategyFactory |
Implementations of this interface are responsible for getting the applicable instance of
SnIndexerBatchStrategy.
|
| SnIndexerContext |
Represents an indexer context.
|
| SnIndexerContextFactory |
Implementations of this interface are responsible for creating instances of SnSuggestContext.
|
| SnIndexerFieldWrapper |
Wrapper for fields used during the indexing process.
|
| SnIndexerItemSource |
Implementors for this interface are responsible for collecting the items to be indexed/deleted.
|
| SnIndexerItemSourceFactory |
Implementations of this interface are responsible for creating instances of SnIndexerItemSource.
|
| SnIndexerItemSourceLoadStrategy<T extends AbstractSnIndexerItemSourceModel,R extends SnIndexerItemSource> |
Strategy for loading indexer item sources.
|
| SnIndexerItemSourceMapping |
Mapping for strategies that are specific to a indexer item source type.
|
| SnIndexerItemSourceOperation |
Defines the operation to be applied on an indexer item source.
|
| SnIndexerListener |
Listener for indexer operations.
|
| SnIndexerRequest |
Represents an indexer request.
|
| SnIndexerResponse |
Represents an indexer response.
|
| SnIndexerService |
Service for indexer operations.
|
| SnIndexerStrategy |
Strategy for indexer batch requests.
|
| SnIndexerStrategyFactory |
Implementations of this interface are responsible for getting the applicable instance of SnSuggestStrategy.
|
| SnIndexerValueProcessor |
Implementors for this interface process the values to be indexed.
|
| SnIndexerValueProvider<T> |
Implementors for this interface should populate the document with the values to be indexed.
|