Skip to content

Instantly share code, notes, and snippets.

View nicktackes's full-sized avatar

Nick Tackes nicktackes

  • Pasadena California
View GitHub Profile
@nicktackes
nicktackes / gist:6588662
Created September 17, 2013 00:39
clinical trials with multiple locations. Attempt to find the distance from your current geo location to the closest trial location
curl -X DELETE localhost:9200/distance_facet_test
curl -X PUT localhost:9200/distance_facet_test -d '
{
"mappings":{"clinicaltrial":{"properties":{
"title":{"type":"string"},
"location":{
"properties":{
"facility":{
"properties":{
"name":{"type":"string", index:"not_analyzed"},