Interface QueryContextInitializer

All Known Implementing Classes:
SearchIndexQueryContextInitializer

public interface QueryContextInitializer
Callback for configuring/customising a QueryContext.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called before a QueryContext has ended.
    void
    Called after a QueryContext has begun.
  • Method Details

    • init

      void init(QueryContext ctx)
      Called after a QueryContext has begun.
      Parameters:
      ctx -
    • destroy

      void destroy(QueryContext ctx)
      Called before a QueryContext has ended.
      Parameters:
      ctx -