Package org.elasticsearch.search.fetch
Search phase that fetches the top hits from the shards after the results of the query phase have been merged. Pluggable by implementing
FetchSubPhase
and
SearchPlugin.getFetchSubPhases(org.elasticsearch.plugins.SearchPlugin.FetchPhaseConstructionContext)
.-
Interface Summary Interface Description FetchSubPhase Sub phase within the fetch phase used to fetch things *about* the documents like highlighting or matched queries. -
Class Summary Class Description FetchPhase Fetch phase of a search request, used to fetch the actual top matching documents to be returned to the client, identified after reducing all of the matches returned by the query phaseFetchSearchResult FetchSubPhase.HitContext QueryFetchSearchResult ScrollQueryFetchSearchResult ShardFetchRequest Shard level fetch base request.ShardFetchSearchRequest Shard level fetch request used with search.StoredFieldsContext Context used to fetch thestored_fields
. -
Exception Summary Exception Description FetchPhaseExecutionException