Package org.elasticsearch.search.fetch
Class ScrollQueryFetchSearchResult
- java.lang.Object
-
- org.elasticsearch.transport.TransportMessage
-
- org.elasticsearch.transport.TransportResponse
-
- org.elasticsearch.search.SearchPhaseResult
-
- org.elasticsearch.search.fetch.ScrollQueryFetchSearchResult
-
- All Implemented Interfaces:
Writeable
public final class ScrollQueryFetchSearchResult extends SearchPhaseResult
-
-
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
requestId
-
-
Constructor Summary
Constructors Constructor Description ScrollQueryFetchSearchResult(StreamInput in)ScrollQueryFetchSearchResult(QueryFetchSearchResult result, SearchShardTarget shardTarget)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FetchSearchResultfetchResult()Returns the fetch result iff it's included in this response otherwisenullQuerySearchResultqueryResult()Returns the query result iff it's included in this response otherwisenullQueryFetchSearchResultresult()voidsetSearchShardTarget(SearchShardTarget shardTarget)voidsetShardIndex(int shardIndex)voidwriteTo(StreamOutput out)Write this into the StreamOutput.-
Methods inherited from class org.elasticsearch.search.SearchPhaseResult
getRequestId, getSearchShardTarget, getShardIndex
-
Methods inherited from class org.elasticsearch.transport.TransportMessage
remoteAddress, remoteAddress
-
-
-
-
Constructor Detail
-
ScrollQueryFetchSearchResult
public ScrollQueryFetchSearchResult(StreamInput in) throws IOException
- Throws:
IOException
-
ScrollQueryFetchSearchResult
public ScrollQueryFetchSearchResult(QueryFetchSearchResult result, SearchShardTarget shardTarget)
-
-
Method Detail
-
result
public QueryFetchSearchResult result()
-
setSearchShardTarget
public void setSearchShardTarget(SearchShardTarget shardTarget)
- Overrides:
setSearchShardTargetin classSearchPhaseResult
-
setShardIndex
public void setShardIndex(int shardIndex)
- Overrides:
setShardIndexin classSearchPhaseResult
-
queryResult
public QuerySearchResult queryResult()
Description copied from class:SearchPhaseResultReturns the query result iff it's included in this response otherwisenull- Overrides:
queryResultin classSearchPhaseResult
-
fetchResult
public FetchSearchResult fetchResult()
Description copied from class:SearchPhaseResultReturns the fetch result iff it's included in this response otherwisenull- Overrides:
fetchResultin classSearchPhaseResult
-
writeTo
public void writeTo(StreamOutput out) throws IOException
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
writeToin interfaceWriteable- Overrides:
writeToin classSearchPhaseResult- Throws:
IOException
-
-