Interface FetchSubPhase

    • Method Detail

      • hitExecute

        default void hitExecute​(SearchContext context,
                                FetchSubPhase.HitContext hitContext)
                         throws java.io.IOException
        Executes the hit level phase, with a reader and doc id (note, its a low level reader, and the matching doc).
        Throws:
        java.io.IOException
      • hitsExecute

        default void hitsExecute​(SearchContext context,
                                 SearchHit[] hits)
                          throws java.io.IOException
        Throws:
        java.io.IOException