Class SearchTemplateResponse<TDocument>
java.lang.Object
co.elastic.clients.elasticsearch.core.SearchTemplateResponse<TDocument>
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class SearchTemplateResponse<TDocument> extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSearchTemplateResponse.Builder<TDocument>Builder forSearchTemplateResponse. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<SearchTemplateResponse<java.lang.Object>>_DESERIALIZERJson deserializer forSearchTemplateResponsebased on named deserializers provided by the callingJsonMapper. -
Method Summary
Modifier and Type Method Description java.util.Map<java.lang.String,Aggregate>aggregations()API name:aggregationsClusterStatisticsclusters()API name:_clustersstatic <TDocument>
JsonpDeserializer<SearchTemplateResponse<TDocument>>createSearchTemplateResponseDeserializer(JsonpDeserializer<TDocument> tDocumentDeserializer)Create a JSON deserializer for SearchTemplateResponsejava.util.Map<java.lang.String,JsonData>fields()API name:fieldsHitsMetadata<TDocument>hits()Required - API name:hitsjava.lang.DoublemaxScore()API name:max_scorejava.lang.LongnumReducePhases()API name:num_reduce_phasesstatic <TDocument>
SearchTemplateResponse<TDocument>of(java.util.function.Function<SearchTemplateResponse.Builder<TDocument>,ObjectBuilder<SearchTemplateResponse<TDocument>>> fn)java.lang.StringpitId()API name:pit_idProfileprofile()API name:profilejava.lang.StringscrollId()API name:_scroll_idvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static <TDocument>
voidsetupSearchTemplateResponseDeserializer(ObjectDeserializer<SearchTemplateResponse.Builder<TDocument>> op, JsonpDeserializer<TDocument> tDocumentDeserializer)ShardStatisticsshards()Required - API name:_shardsjava.util.Map<java.lang.String,java.util.List<Suggestion<TDocument>>>suggest()API name:suggestjava.lang.BooleanterminatedEarly()API name:terminated_earlybooleantimedOut()Required - API name:timed_outlongtook()Required - API name:tookjava.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forSearchTemplateResponsebased on named deserializers provided by the callingJsonMapper.
-
-
Method Details
-
of
public static <TDocument> SearchTemplateResponse<TDocument> of(java.util.function.Function<SearchTemplateResponse.Builder<TDocument>,ObjectBuilder<SearchTemplateResponse<TDocument>>> fn) -
took
public final long took()Required - API name:took -
timedOut
public final boolean timedOut()Required - API name:timed_out -
shards
Required - API name:_shards -
hits
Required - API name:hits -
aggregations
API name:aggregations -
clusters
API name:_clusters -
fields
API name:fields -
maxScore
@Nullable public final java.lang.Double maxScore()API name:max_score -
numReducePhases
@Nullable public final java.lang.Long numReducePhases()API name:num_reduce_phases -
profile
API name:profile -
pitId
@Nullable public final java.lang.String pitId()API name:pit_id -
scrollId
@Nullable public final java.lang.String scrollId()API name:_scroll_id -
suggest
API name:suggest -
terminatedEarly
@Nullable public final java.lang.Boolean terminatedEarly()API name:terminated_early -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
createSearchTemplateResponseDeserializer
public static <TDocument> JsonpDeserializer<SearchTemplateResponse<TDocument>> createSearchTemplateResponseDeserializer(JsonpDeserializer<TDocument> tDocumentDeserializer)Create a JSON deserializer for SearchTemplateResponse -
setupSearchTemplateResponseDeserializer
protected static <TDocument> void setupSearchTemplateResponseDeserializer(ObjectDeserializer<SearchTemplateResponse.Builder<TDocument>> op, JsonpDeserializer<TDocument> tDocumentDeserializer)
-