Hi All,
I need to make a filter query to find how many document are there
with a particular field existing, and its giving me different results every
time,when I make request to Elasticsearch server. The filter used is
{
"filter":
{
"exists":
{
"field":"approved"
}
}
}
The query is being run on a single _type,with approx 200K documents in it.
And this issue is there on production server only, locally it is working
fine. On production we have two server for Elasticsearch distribution.
If anyone having the idea, why is this happening?? Is it a bug or something
else, that I need to understand, Please help.
Thanks
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/9424a5ba-22e6-4117-bc1d-ecf73570c107%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.