Elasticsearch – getting documents without nested object that not matching query
Is it possible to retrieve documents from ES, but in nested objects without records which not matching query?
Elastic search how to executed nested query
In an index, we store information for example student and their department information.
Looking for query to get all the students belonging to the same department as a given student name passed in the search clause.
Elastic Search nested query does not handle multiple MUST queries
I have an ES 6.5 index with the following mappings –