java.lang.Object
org.elasticsearch.xpack.core.action.util.QueryPage<T>
All Implemented Interfaces:
Writeable, ToXContent, ToXContentObject

public final class QueryPage<T extends ToXContent & Writeable> extends Object implements ToXContentObject, Writeable
Generic wrapper class for a page of query results and the total number of query results.
count() is the total number of results but that value may not be equal to the actual length of the results() list if from & take or some cursor was used in the database query.