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 voidSearchLifeCyclePlugin. postDatafetch(SearchLifeCycleContext searchLifeCycleContext, SearchTransaction transaction)Runs just after thehook_post_datafetch.groovyhook which is just after the response object is populated based on the raw XML return, but before other response elements are built.default voidSearchLifeCyclePlugin. postProcess(SearchLifeCycleContext searchLifeCycleContext, SearchTransaction transaction)Runs just after thehook_post_process.groovyhook.default voidSearchLifeCyclePlugin. preDatafetch(SearchLifeCycleContext searchLifeCycleContext, SearchTransaction transaction)Runs just after thehook_pre_datafetch.groovyhook and after all of the input processing is complete, but just before the query is submitted.default voidSearchLifeCyclePlugin. preExtraSearchExecution(SearchLifeCycleContext searchLifeCycleContext, SearchTransaction transaction)Runs just after the search life cycle sectionextraSearchesInputProcessorwhich adds configured extra searches fromui.modern.extra_searchesto the main search transaction.default voidSearchLifeCyclePlugin. preProcess(SearchLifeCycleContext searchLifeCycleContext, SearchTransaction transaction)Runs just after thehook_pre_process.groovyhook and before any input processing occurs.
-