Interface QueryContextInitializer
- All Known Implementing Classes:
SearchIndexQueryContextInitializer
public interface QueryContextInitializer
Callback for configuring/customising a
QueryContext
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
destroy
(QueryContext ctx) Called before a QueryContext has ended.void
init
(QueryContext ctx) Called after a QueryContext has begun.
-
Method Details
-
init
Called after a QueryContext has begun.- Parameters:
ctx
-
-
destroy
Called before a QueryContext has ended.- Parameters:
ctx
-
-