Class InternalSearchResponse
java.lang.Object
org.elasticsearch.action.search.SearchResponseSections
org.elasticsearch.search.internal.InternalSearchResponse
- All Implemented Interfaces:
Writeable,org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentFragment
public class InternalSearchResponse extends SearchResponseSections implements Writeable, org.elasticsearch.common.xcontent.ToXContentFragment
SearchResponseSections subclass that can be serialized over the wire.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.ParamsNested 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.action.search.SearchResponseSections
aggregations, hits, numReducePhases, profileResults, suggest, terminatedEarly, timedOut -
Constructor Summary
Constructors Constructor Description InternalSearchResponse(StreamInput in)InternalSearchResponse(SearchHits hits, InternalAggregations aggregations, Suggest suggest, SearchProfileShardResults profileResults, boolean timedOut, java.lang.Boolean terminatedEarly, int numReducePhases) -
Method Summary
Modifier and Type Method Description static InternalSearchResponseempty()static InternalSearchResponseempty(boolean withTotalHits)voidwriteTo(StreamOutput out)Write this into the StreamOutput.Methods inherited from class org.elasticsearch.action.search.SearchResponseSections
aggregations, getNumReducePhases, hits, profile, suggest, terminatedEarly, timedOut, toXContent
-
Constructor Details
-
InternalSearchResponse
public InternalSearchResponse(SearchHits hits, InternalAggregations aggregations, Suggest suggest, SearchProfileShardResults profileResults, boolean timedOut, java.lang.Boolean terminatedEarly, int numReducePhases) -
InternalSearchResponse
- Throws:
java.io.IOException
-
-
Method Details
-
empty
-
empty
-
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
writeToin interfaceWriteable- Overrides:
writeToin classSearchResponseSections- Throws:
java.io.IOException
-