Package org.elasticsearch.search.fetch
Class QueryFetchSearchResult
java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportResponse
org.elasticsearch.search.SearchPhaseResult
org.elasticsearch.search.fetch.QueryFetchSearchResult
- All Implemented Interfaces:
Writeable
public final class QueryFetchSearchResult extends SearchPhaseResult
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.transport.TransportResponse
TransportResponse.EmptyNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
-
Constructor Summary
Constructors Constructor Description QueryFetchSearchResult(StreamInput in)QueryFetchSearchResult(QuerySearchResult queryResult, FetchSearchResult fetchResult) -
Method Summary
Modifier and Type Method Description FetchSearchResultfetchResult()Returns the fetch result iff it's included in this response otherwisenulllonggetRequestId()Returns the results request ID that is used to reference the search context on the executing nodeSearchShardTargetgetSearchShardTarget()QuerySearchResultqueryResult()Returns the query result iff it's included in this response otherwisenullvoidsetSearchShardTarget(SearchShardTarget shardTarget)voidsetShardIndex(int requestIndex)voidwriteTo(StreamOutput out)Write this into the StreamOutput.Methods inherited from class org.elasticsearch.transport.TransportMessage
remoteAddress, remoteAddress
-
Constructor Details
-
QueryFetchSearchResult
- Throws:
java.io.IOException
-
QueryFetchSearchResult
-
-
Method Details
-
getRequestId
public long getRequestId()Description copied from class:SearchPhaseResultReturns the results request ID that is used to reference the search context on the executing node- Overrides:
getRequestIdin classSearchPhaseResult
-
getSearchShardTarget
- Overrides:
getSearchShardTargetin classSearchPhaseResult
-
setSearchShardTarget
- Overrides:
setSearchShardTargetin classSearchPhaseResult
-
setShardIndex
public void setShardIndex(int requestIndex)- Overrides:
setShardIndexin classSearchPhaseResult
-
queryResult
Description copied from class:SearchPhaseResultReturns the query result iff it's included in this response otherwisenull- Overrides:
queryResultin classSearchPhaseResult
-
fetchResult
Description copied from class:SearchPhaseResultReturns the fetch result iff it's included in this response otherwisenull- Overrides:
fetchResultin classSearchPhaseResult
-
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
writeToin interfaceWriteable- Overrides:
writeToin classSearchPhaseResult- Throws:
java.io.IOException
-