Package de.hybris.platform.solrfacetsearch.indexer
package de.hybris.platform.solrfacetsearch.indexer
-
ClassDescriptionExtending listener for indexer batch context.Extending listener for indexer context.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.Interface for receiving notifications aboutIndexerBatchContextinstances.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 ofIndexerContext.Interface for receiving notifications aboutIndexerContextinstances.Implementations of this interface are responsible for running the queries required for the indexing process.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 ofIndexerQueryContext.Interface for receiving notifications about indexer queries execution.Implementations of this interface should be responsible for indexing operations.Resolves indexed type's unique code.