mehmet sahin
mehmet sahin

Reputation: 812

ElasticSearch, inconsistency between size and count/search?

I created and indexed some docs in ES via curl POST.

When I GET 'myhost/_cat/indices?v', I can see my index and count ~95000 and store.size ~20mb.

But when I GET 'myhost/myindex/_count' it returns 0. Or I GET 'myhost/myindex/_search?q=:' then it does not hit anything.

I use SearchGuard but there are not any error or permission warns etc.

What can be problem?

Thanks.

Upvotes: 0

Views: 35

Answers (0)

Related Questions