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:
Writeable,org.elasticsearch.common.util.concurrent.RefCounted
public final class ScrollQuerySearchResult 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
Fields inherited from class org.elasticsearch.search.SearchPhaseResult
contextId -
Constructor Summary
Constructors Constructor Description ScrollQuerySearchResult(StreamInput in)ScrollQuerySearchResult(QuerySearchResult result, SearchShardTarget shardTarget) -
Method Summary
Modifier and Type Method Description QuerySearchResultqueryResult()Returns the query result iff it's included in this response otherwisenullvoidsetSearchShardTarget(SearchShardTarget shardTarget)voidsetShardIndex(int shardIndex)voidwriteTo(StreamOutput out)Write this into the StreamOutput.Methods inherited from class org.elasticsearch.search.SearchPhaseResult
fetchResult, getContextId, getRescoreDocIds, getSearchShardTarget, getShardIndex, getShardSearchRequest, setRescoreDocIds, setShardSearchRequestMethods inherited from class org.elasticsearch.transport.TransportMessage
decRef, incRef, remoteAddress, remoteAddress, tryIncRefMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ScrollQuerySearchResult
- Throws:
java.io.IOException
-
ScrollQuerySearchResult
-
-
Method Details
-
setSearchShardTarget
- Overrides:
setSearchShardTargetin classSearchPhaseResult
-
setShardIndex
public void setShardIndex(int shardIndex)- Overrides:
setShardIndexin classSearchPhaseResult
-
queryResult
Description copied from class:SearchPhaseResultReturns the query result iff it's included in this response otherwisenull- Overrides:
queryResultin classSearchPhaseResult
-
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
writeToin interfaceWriteable- Overrides:
writeToin classSearchPhaseResult- Throws:
java.io.IOException
-