Set Searcher triggerSearchFor
property
All the Searcher
implementations such as HitsSearcher
and FacetSearcher
provide the triggerSearchFor
closure which defines the boolean condition for triggering a search operation.
By default has a null
value so the search will be triggered on each search()
function call.
-
HitsSearcher
KotlinKotlin -
FacetsSearcher
KotlinKotlin -
MultiSearcher
KotlinKotlin