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, timedOutFields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS - 
Constructor Summary
ConstructorsConstructorDescriptionInternalSearchResponse(SearchHits hits, InternalAggregations aggregations, Suggest suggest, SearchProfileShardResults profileResults, boolean timedOut, Boolean terminatedEarly, int numReducePhases) - 
Method Summary
Modifier and TypeMethodDescriptionstatic 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, toXContentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.common.xcontent.ToXContent
toXContentMethods inherited from interface org.elasticsearch.common.xcontent.ToXContentFragment
isFragment 
- 
Constructor Details
- 
InternalSearchResponse
public InternalSearchResponse(SearchHits hits, InternalAggregations aggregations, Suggest suggest, SearchProfileShardResults profileResults, boolean timedOut, Boolean terminatedEarly, int numReducePhases) - 
InternalSearchResponse
- Throws:
 IOException
 
 - 
 - 
Method Details
- 
empty
 - 
empty
 - 
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
 writeToin interfaceWriteable- Overrides:
 writeToin classSearchResponseSections- Throws:
 IOException
 
 -