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.Params
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.action.search.SearchResponseSections
aggregations, hits, numReducePhases, profileResults, suggest, terminatedEarly, timedOut
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
Constructor Summary
ConstructorDescriptionInternalSearchResponse(SearchHits hits, InternalAggregations aggregations, Suggest suggest, SearchProfileShardResults profileResults, boolean timedOut, Boolean terminatedEarly, int numReducePhases)
-
Method Summary
Modifier and TypeMethodDescriptionstatic InternalSearchResponse
empty()
static InternalSearchResponse
empty(boolean withTotalHits)
void
writeTo(StreamOutput out)
Write this into the StreamOutput.Methods inherited from class org.elasticsearch.action.search.SearchResponseSections
aggregations, getNumReducePhases, hits, profile, suggest, terminatedEarly, timedOut, toXContent
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContent
toXContent
Methods 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:Writeable
Write this into the StreamOutput.- Specified by:
writeTo
in interfaceWriteable
- Overrides:
writeTo
in classSearchResponseSections
- Throws:
IOException
-