Uses of Interface
de.hybris.platform.solrfacetsearch.indexer.IndexerQueryContext
-
-
Uses of IndexerQueryContext in de.hybris.platform.commerceservices.search.solrfacetsearch.indexer.listeners
Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.indexer.listeners with parameters of type IndexerQueryContext Modifier and Type Method Description voidCommerceSessionInitializationListener. afterQuery(IndexerQueryContext queryContext)voidCommerceSessionInitializationListener. afterQueryError(IndexerQueryContext queryContext)voidCommerceSessionInitializationListener. beforeQuery(IndexerQueryContext queryContext) -
Uses of IndexerQueryContext in de.hybris.platform.marketplaceservices.catalog.impl
Methods in de.hybris.platform.marketplaceservices.catalog.impl with parameters of type IndexerQueryContext Modifier and Type Method Description voidMarketplaceSessionInitializationListener. afterQuery(IndexerQueryContext context)voidMarketplaceSessionInitializationListener. afterQueryError(IndexerQueryContext context)voidMarketplaceSessionInitializationListener. beforeQuery(IndexerQueryContext context) -
Uses of IndexerQueryContext in de.hybris.platform.solrfacetsearch.indexer
Classes in de.hybris.platform.solrfacetsearch.indexer with type parameters of type IndexerQueryContext Modifier and Type Interface Description interfaceIndexerQueryContextFactory<T extends IndexerQueryContext>Implementations of this interface are responsible for creating and destroying instances ofIndexerQueryContext.Methods in de.hybris.platform.solrfacetsearch.indexer with parameters of type IndexerQueryContext Modifier and Type Method Description voidIndexerQueryListener. afterQuery(IndexerQueryContext queryContext)Handles a notification that an indexer query has just completed.voidIndexerQueryListener. afterQueryError(IndexerQueryContext queryContext)Handles a notification that an indexer query failed (this may also be due to listeners failing).voidIndexerQueryListener. beforeQuery(IndexerQueryContext queryContext)Handles a notification that an indexer query is about to begin execution. -
Uses of IndexerQueryContext in de.hybris.platform.solrfacetsearch.indexer.impl
Classes in de.hybris.platform.solrfacetsearch.indexer.impl that implement IndexerQueryContext Modifier and Type Class Description classDefaultIndexerQueryContextDefault implementation ofIndexerQueryContext.Methods in de.hybris.platform.solrfacetsearch.indexer.impl that return types with arguments of type IndexerQueryContext Modifier and Type Method Description IndexerQueryContextFactory<IndexerQueryContext>DefaultIndexerQueriesExecutor. getIndexerQueryContextFactory()Method parameters in de.hybris.platform.solrfacetsearch.indexer.impl with type arguments of type IndexerQueryContext Modifier and Type Method Description voidDefaultIndexerQueriesExecutor. setIndexerQueryContextFactory(IndexerQueryContextFactory<IndexerQueryContext> indexerQueryContextFactory) -
Uses of IndexerQueryContext in de.hybris.platform.solrfacetsearch.indexer.listeners
Methods in de.hybris.platform.solrfacetsearch.indexer.listeners with parameters of type IndexerQueryContext Modifier and Type Method Description voidSessionInitializationListener. afterQuery(IndexerQueryContext queryContext)voidSessionInitializationListener. afterQueryError(IndexerQueryContext queryContext)voidSessionInitializationListener. beforeQuery(IndexerQueryContext queryContext)
-