Elastic _count returns incorrect count?

I just added a bunch of documents to my index but when I run a count query I see that the count hasn't changed. I've queried the index and seen that the new documents have been added. Here's the query:

GET /listings/_count?q=type:long

What do I need to do to get the right count?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.