| Package | Description |
|---|---|
| de.hybris.platform.solrfacetsearch.indexer | |
| de.hybris.platform.solrfacetsearch.indexer.impl | |
| de.hybris.platform.solrfacetsearch.indexer.listeners |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IndexerQueryContextFactory<T extends IndexerQueryContext>
Implementations of this interface are responsible for creating and destroying instances of
IndexerQueryContext. |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexerQueryListener.afterQuery(IndexerQueryContext queryContext)
Handles a notification that an indexer query has just completed.
|
void |
IndexerQueryListener.afterQueryError(IndexerQueryContext queryContext)
Handles a notification that an indexer query failed (this may also be due to listeners failing).
|
void |
IndexerQueryListener.beforeQuery(IndexerQueryContext queryContext)
Handles a notification that an indexer query is about to begin execution.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultIndexerQueryContext
Default implementation of
IndexerQueryContext. |
| Modifier and Type | Method and Description |
|---|---|
IndexerQueryContextFactory<IndexerQueryContext> |
DefaultIndexerQueriesExecutor.getIndexerQueryContextFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultIndexerQueriesExecutor.setIndexerQueryContextFactory(IndexerQueryContextFactory<IndexerQueryContext> indexerQueryContextFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionInitializationListener.afterQuery(IndexerQueryContext queryContext) |
void |
SessionInitializationListener.afterQueryError(IndexerQueryContext queryContext) |
void |
SessionInitializationListener.beforeQuery(IndexerQueryContext queryContext) |
Copyright © 2017 SAP SE. All Rights Reserved.