Class ExplainPhase

java.lang.Object
org.elasticsearch.search.fetch.subphase.ExplainPhase
All Implemented Interfaces:
FetchSubPhase

public final class ExplainPhase
extends java.lang.Object
implements FetchSubPhase
Explains the scoring calculations for the top hits.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.elasticsearch.search.fetch.FetchSubPhase

    FetchSubPhase.HitContext
  • Constructor Summary

    Constructors 
    Constructor Description
    ExplainPhase()  
  • Method Summary

    Modifier and Type Method Description
    void hitExecute​(SearchContext context, FetchSubPhase.HitContext hitContext)
    Executes the hit level phase, with a reader and doc id (note, its a low level reader, and the matching doc).

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.elasticsearch.search.fetch.FetchSubPhase

    hitsExecute