Skip to content

Instantly share code, notes, and snippets.

@dkullmann
Created November 17, 2011 18:07
Show Gist options
  • Save dkullmann/1373950 to your computer and use it in GitHub Desktop.
Save dkullmann/1373950 to your computer and use it in GitHub Desktop.
{
"query":{
"query_string":{
"default_field":"FullAddress",
"query":"2920^0 Valle^1 Vista^2 Drive,^3 Eagle^4 Rock,^5 CA^6"
}
},
"filter":{
"terms":{
"ListingStatus":[
"Active",
"Pending",
"Closed"
]
}
},
"fields":[
"FullAddress",
"ListingStatus"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment