Result from ES|QL differs from result of regular search

Hi @peter9 Welcome to the community

What version are you using?

And it would seem there is only 1 doc?

Can you run the following and show the results

GET /twitter20230601-times/_search
{
  "_source": ["counts"],
  "fields" : ["counts"]
}

Can you also share the settings and mapping for this index

GET /twitter20230601-times

1 Like