Skip to content

Instantly share code, notes, and snippets.

@rsimon
Created April 5, 2016 15:53
Show Gist options
  • Save rsimon/5f9b16fee238ee0e3b11b9e3c3eb57e4 to your computer and use it in GitHub Desktop.
Save rsimon/5f9b16fee238ee0e3b11b9e3c3eb57e4 to your computer and use it in GitHub Desktop.
{
"size" : 5,
"query" : {
"nested" : {
"path" : "is_conflation_of.names",
"query" : {
"match" : { "is_conflation_of.names.name": "athens" }
}
}
}
}
@rsimon
Copy link
Author

rsimon commented Apr 5, 2016

A simple search by place name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment