Class FetchFieldsPhase

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

public final class FetchFieldsPhase extends Object implements FetchSubPhase
A fetch sub-phase for high-level field retrieval. Given a list of fields, it retrieves the field values from _source and returns them as document fields.