Class ScrollResponse<TDocument>
java.lang.Object
co.elastic.clients.elasticsearch.core.SearchResponse<TDocument>
co.elastic.clients.elasticsearch.core.ScrollResponse<TDocument>
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class ScrollResponse<TDocument> extends SearchResponse<TDocument>
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classScrollResponse.Builder<TDocument>Builder forScrollResponse.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch.core.SearchResponse
SearchResponse.AbstractBuilder<TDocument,BuilderT extends SearchResponse.AbstractBuilder<TDocument,BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ScrollResponse<java.lang.Object>>_DESERIALIZERJson deserializer forScrollResponsebased on named deserializers provided by the callingJsonMapper. -
Method Summary
Modifier and Type Method Description static <TDocument>
JsonpDeserializer<ScrollResponse<TDocument>>createScrollResponseDeserializer(JsonpDeserializer<TDocument> tDocumentDeserializer)Create a JSON deserializer for ScrollResponsestatic <TDocument>
ScrollResponse<TDocument>of(java.util.function.Function<ScrollResponse.Builder<TDocument>,ObjectBuilder<ScrollResponse<TDocument>>> fn)protected static <TDocument>
voidsetupScrollResponseDeserializer(ObjectDeserializer<ScrollResponse.Builder<TDocument>> op, JsonpDeserializer<TDocument> tDocumentDeserializer)Methods inherited from class co.elastic.clients.elasticsearch.core.SearchResponse
aggregations, clusters, createSearchResponseDeserializer, fields, hits, maxScore, numReducePhases, pitId, profile, scrollId, searchResponseOf, serialize, serializeInternal, setupSearchResponseDeserializer, shards, suggest, terminatedEarly, timedOut, tookMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forScrollResponsebased on named deserializers provided by the callingJsonMapper.
-
-
Method Details
-
of
public static <TDocument> ScrollResponse<TDocument> of(java.util.function.Function<ScrollResponse.Builder<TDocument>,ObjectBuilder<ScrollResponse<TDocument>>> fn) -
createScrollResponseDeserializer
public static <TDocument> JsonpDeserializer<ScrollResponse<TDocument>> createScrollResponseDeserializer(JsonpDeserializer<TDocument> tDocumentDeserializer)Create a JSON deserializer for ScrollResponse -
setupScrollResponseDeserializer
protected static <TDocument> void setupScrollResponseDeserializer(ObjectDeserializer<ScrollResponse.Builder<TDocument>> op, JsonpDeserializer<TDocument> tDocumentDeserializer)
-