I have a document of this structure
"_source":
{"id":1 ,
"myNestedField" :
[
{"nested_id":"u71","Name":"ABC"} ,
{"nested_id":"op90","Name":"EG"}
]
}
The type of the nested_id in the mapping is nested
what i want to retrieve is to get all the documents missing the myNestedField key
and example document that i want to retrieve is
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.