FetchSubPhase and
SearchPlugin.getFetchSubPhases(org.elasticsearch.plugins.SearchPlugin.FetchPhaseConstructionContext).| Interface | Description |
|---|---|
| FetchSubPhase |
Sub phase within the fetch phase used to fetch things *about* the documents like highlighting or matched queries.
|
| 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 phase
|
| FetchSearchResult | |
| FetchSubPhase.HitContext | |
| QueryFetchSearchResult | |
| ScrollQueryFetchSearchResult | |
| ShardFetchRequest |
Shard level fetch base request.
|
| ShardFetchSearchRequest |
Shard level fetch request used with search.
|
| StoredFieldsContext |
Context used to fetch the
stored_fields. |
| Exception | Description |
|---|---|
| FetchPhaseExecutionException |