I have an index which has documents in this form of nested json. I want to search for values of the field LeftText
in the mentioned link using a bool must match. How do I write the query? (ES 5.6)
This link should help you write the query.
https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-nested-query.html
I tried using this but was unable to form the query. Can you write a query to search for keys of LeftText
in the above json
link?
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.