Uses of Interface
com.funnelback.plugin.search.SearchLifeCycleContext
-
Packages that use SearchLifeCycleContext Package Description com.funnelback.plugin -
-
Uses of SearchLifeCycleContext in com.funnelback.plugin
Methods in com.funnelback.plugin with parameters of type SearchLifeCycleContext Modifier and Type Method Description default void
SearchLifeCyclePlugin. postDatafetch(SearchLifeCycleContext searchLifeCycleContext, SearchTransaction transaction)
Runs just after thehook_post_datafetch.groovy
hook which is just after the response object is populated based on the raw XML return, but before other response elements are built.default void
SearchLifeCyclePlugin. postProcess(SearchLifeCycleContext searchLifeCycleContext, SearchTransaction transaction)
Runs just after thehook_post_process.groovy
hook.default void
SearchLifeCyclePlugin. preDatafetch(SearchLifeCycleContext searchLifeCycleContext, SearchTransaction transaction)
Runs just after thehook_pre_datafetch.groovy
hook and after all of the input processing is complete, but just before the query is submitted.default void
SearchLifeCyclePlugin. preExtraSearchExecution(SearchLifeCycleContext searchLifeCycleContext, SearchTransaction transaction)
Runs just after the search life cycle sectionextraSearchesInputProcessor
which adds configured extra searches fromui.modern.extra_searches
to the main search transaction.default void
SearchLifeCyclePlugin. preProcess(SearchLifeCycleContext searchLifeCycleContext, SearchTransaction transaction)
Runs just after thehook_pre_process.groovy
hook and before any input processing occurs.
-