Interface FacetSearchListener

All Known Implementing Classes:
SessionInitializationListener, SolrAsSearchProfileCalculationListener, SolrQueryDebuggingListener

public interface FacetSearchListener
Interface for receiving notifications about facet search execution.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    afterSearch(FacetSearchContext facetSearchContext)
    Handles a notification that a facet search service has just completed.
    void
    Handles a notification that a facet search service failed (this may also be due to listeners failing).
    void
    beforeSearch(FacetSearchContext facetSearchContext)
    Handles a notification that a facet search service is about to begin execution.