Uses of Interface
de.hybris.platform.solrfacetsearch.indexer.IndexerQueryContext
Packages that use IndexerQueryContext
Package
Description
-
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 IndexerQueryContextModifier and TypeMethodDescriptionvoidCommerceSessionInitializationListener.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 IndexerQueryContextModifier and TypeMethodDescriptionvoidMarketplaceSessionInitializationListener.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 IndexerQueryContextModifier and TypeInterfaceDescriptioninterfaceIndexerQueryContextFactory<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 IndexerQueryContextModifier and TypeMethodDescriptionvoidIndexerQueryListener.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 IndexerQueryContextMethods in de.hybris.platform.solrfacetsearch.indexer.impl that return types with arguments of type IndexerQueryContextMethod parameters in de.hybris.platform.solrfacetsearch.indexer.impl with type arguments of type IndexerQueryContextModifier and TypeMethodDescriptionvoidDefaultIndexerQueriesExecutor.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 IndexerQueryContextModifier and TypeMethodDescriptionvoidSessionInitializationListener.afterQuery(IndexerQueryContext queryContext) voidSessionInitializationListener.afterQueryError(IndexerQueryContext queryContext) voidSessionInitializationListener.beforeQuery(IndexerQueryContext queryContext)