java.lang.Object
org.opensearch.client.opensearch.core.search.TrackHits
All Implemented Interfaces:
JsonpSerializable, PlainJsonSerializable, TaggedUnion<TrackHits.Kind,Object>

@JsonpDeserializable @Generated("org.opensearch.client.codegen.CodeGenerator") public class TrackHits extends Object implements TaggedUnion<TrackHits.Kind,Object>, PlainJsonSerializable
The number of hits matching the query. When true, the exact number of hits is returned at the cost of some performance. When false, the response does not include the total number of hits matching the query. Default is 10,000 hits.