Package org.elasticsearch.search.query
Class ScrollQuerySearchResult
- java.lang.Object
-
- org.elasticsearch.transport.TransportMessage
-
- org.elasticsearch.transport.TransportResponse
-
- org.elasticsearch.search.SearchPhaseResult
-
- org.elasticsearch.search.query.ScrollQuerySearchResult
-
- All Implemented Interfaces:
Streamable
,Writeable
public final class ScrollQuerySearchResult 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 ScrollQuerySearchResult()
ScrollQuerySearchResult(StreamInput in)
ScrollQuerySearchResult(QuerySearchResult result, SearchShardTarget shardTarget)
-
Method Summary
Modifier and Type Method Description QuerySearchResult
queryResult()
Returns the query result iff it's included in this response otherwisenull
void
readFrom(StreamInput in)
Set this object's fields from a StreamInput.void
setSearchShardTarget(SearchShardTarget shardTarget)
void
setShardIndex(int shardIndex)
void
writeTo(StreamOutput out)
Write this object's fields to a StreamOutput.-
Methods inherited from class org.elasticsearch.search.SearchPhaseResult
fetchResult, getRequestId, getSearchShardTarget, getShardIndex
-
Methods inherited from class org.elasticsearch.transport.TransportMessage
remoteAddress, remoteAddress
-
-
-
-
Constructor Detail
-
ScrollQuerySearchResult
public ScrollQuerySearchResult()
-
ScrollQuerySearchResult
public ScrollQuerySearchResult(StreamInput in) throws java.io.IOException
- Throws:
java.io.IOException
-
ScrollQuerySearchResult
public ScrollQuerySearchResult(QuerySearchResult result, SearchShardTarget shardTarget)
-
-
Method Detail
-
setSearchShardTarget
public void setSearchShardTarget(SearchShardTarget shardTarget)
- Overrides:
setSearchShardTarget
in classSearchPhaseResult
-
setShardIndex
public void setShardIndex(int shardIndex)
- Overrides:
setShardIndex
in classSearchPhaseResult
-
queryResult
public QuerySearchResult queryResult()
Description copied from class:SearchPhaseResult
Returns the query result iff it's included in this response otherwisenull
- Overrides:
queryResult
in classSearchPhaseResult
-
readFrom
public void readFrom(StreamInput in) throws java.io.IOException
Description copied from interface:Streamable
Set this object's fields from a StreamInput.- Specified by:
readFrom
in interfaceStreamable
- Overrides:
readFrom
in classTransportMessage
- Throws:
java.io.IOException
-
writeTo
public void writeTo(StreamOutput out) throws java.io.IOException
Description copied from interface:Streamable
Write this object's fields to a StreamOutput.- Specified by:
writeTo
in interfaceStreamable
- Specified by:
writeTo
in interfaceWriteable
- Overrides:
writeTo
in classTransportMessage
- Throws:
java.io.IOException
-
-