Skip to content

Instantly share code, notes, and snippets.

View lotrak's full-sized avatar

Christofer Täpp lotrak

View GitHub Profile
@lotrak
lotrak / gist:1004487
Created June 2, 2011 13:58
Trying to get geo searches to work
//Creating new index 'twitter'
curl -XPUT 'http://localhost:9200/twitter/'
//response:
{
"ok":true,
"acknowledged":true
}
//Creating a geo-mapping for pin.location!? for twitter index