Elasticsearch gives different search results for same query

Problem: I get different search results for same search criteria.

I have highlighted the changes in the following screen shots


Details:
{
"took": 2,
"timed_out": false,
"_shards": {
"total": 1,
"successful": 1,
"failed": 0
}

I am using the following query to get results

POST facilities/_search/ {"query":{"bool":{"should":[{"bool":{"must":[{"query_string":{"default_field":"name","query":"rad home"}}]}}]}},"from":"0","size":"10","sort":["_score",{"name.for_sort":{"order":"asc"}}]}

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