I need to make a query in elasticsearch, such that, in the following text: "I want to go on holiday to New York with my family" find: "New York" in the field of a nested. I in my data I have a field that contains the word "New York" which is the type Nested and not_analyzed. Anyone know how to do this?
The query and I got it, and nobody help me.