Add A
record for the following website:
git.example.com
forum.example.com
And add email redirection for these emails:
support.git@example.com
forum@example.com
curl -X DELETE localhost:9200/geodb | |
curl -X PUT localhost:9200/geodb | |
curl -X PUT localhost:9200/geodb/country/_mapping -d '{ | |
"location" : { | |
"properties" : { | |
"city" : { "type" : "string" }, | |
"suggest" : { "type" : "completion", | |
"index_analyzer" : "standard", | |
"search_analyzer" : "standard", | |
"payloads" : true |
curl -XDELETE 'http://localhost:9200/twitter/' | |
curl -XPUT 'http://localhost:9200/twitter/' | |
curl -XPUT 'http://localhost:9200/twitter/tweet/1' -d ' | |
{ | |
"user": "kimchy", | |
"postDate": "2009-11-15T13:12:00", | |
"message": "Trying out Elastic Search, so far so good?", | |
"location" : { | |
"lat" : 41.12, |