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
,org.elasticsearch.core.RefCounted
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.transport.TransportResponse
TransportResponse.Empty
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
Field Summary
Fields inherited from class org.elasticsearch.search.SearchPhaseResult
contextId
-
Constructor Summary
ConstructorDescriptionQueryFetchSearchResult(QuerySearchResult queryResult, FetchSearchResult fetchResult)
-
Method Summary
Modifier and TypeMethodDescriptionReturns the fetch result iff it's included in this response otherwisenull
Returns the search context ID that is used to reference the search context on the executing node ornull
if no context was created.Returns the query result iff it's included in this response otherwisenull
void
setSearchShardTarget(SearchShardTarget shardTarget)
void
setShardIndex(int requestIndex)
void
writeTo(StreamOutput out)
Write this into the StreamOutput.Methods inherited from class org.elasticsearch.search.SearchPhaseResult
getRescoreDocIds, getShardIndex, getShardSearchRequest, setRescoreDocIds, setShardSearchRequest
Methods inherited from class org.elasticsearch.transport.TransportMessage
decRef, incRef, remoteAddress, remoteAddress, tryIncRef
-
Constructor Details
-
QueryFetchSearchResult
- Throws:
IOException
-
QueryFetchSearchResult
-
-
Method Details
-
getContextId
Description copied from class:SearchPhaseResult
Returns the search context ID that is used to reference the search context on the executing node ornull
if no context was created.- Overrides:
getContextId
in classSearchPhaseResult
-
getSearchShardTarget
- Overrides:
getSearchShardTarget
in classSearchPhaseResult
-
setSearchShardTarget
- Overrides:
setSearchShardTarget
in classSearchPhaseResult
-
setShardIndex
public void setShardIndex(int requestIndex)- Overrides:
setShardIndex
in classSearchPhaseResult
-
queryResult
Description copied from class:SearchPhaseResult
Returns the query result iff it's included in this response otherwisenull
- Overrides:
queryResult
in classSearchPhaseResult
-
fetchResult
Description copied from class:SearchPhaseResult
Returns the fetch result iff it's included in this response otherwisenull
- Overrides:
fetchResult
in classSearchPhaseResult
-
writeTo
Description copied from interface:Writeable
Write this into the StreamOutput.- Specified by:
writeTo
in interfaceWriteable
- Overrides:
writeTo
in classSearchPhaseResult
- Throws:
IOException
-