Class FetchVersionPhase

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

public final class FetchVersionPhase
extends java.lang.Object
implements FetchSubPhase
  • Nested Class Summary

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

    FetchSubPhase.HitContext
  • Constructor Summary

    Constructors 
    Constructor Description
    FetchVersionPhase()  
  • Method Summary

    Modifier and Type Method Description
    void hitsExecute​(SearchContext context, SearchHit[] hits)
    Executes the hits level phase (note, hits are sorted by doc ids).

    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

    hitExecute