java.lang.Object
co.elastic.clients.elasticsearch.core.search.TrackHits
All Implemented Interfaces:
JsonpSerializable, TaggedUnion<TrackHits.Kind,Object>

Number of hits matching the query to count accurately. If true, the exact number of hits is returned at the cost of some performance. If false, the response does not include the total number of hits matching the query. Defaults to 10,000 hits.
See Also: