Contents
Interface QueryContextInitializer
- All Known Implementing Classes:
SearchIndexQueryContextInitializer
public interface QueryContextInitializer
Callback for configuring/customising a
QueryContext.-
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy(QueryContext ctx) Called before a QueryContext has ended.voidinit(QueryContext ctx) Called after a QueryContext has begun.