I found that when the total hits of a search request is big, the console window of kibana would only show parts of the total hits, rather than all of them. Is that what it mean to be?
Below is the top of the search result, showing a
"hits" : {
"total" : 98,
and each document has a length of around 60 lines.
While in the bottom, it ends with only 600+ lines, so only part of the hits are displayed?