Skip to content

Instantly share code, notes, and snippets.

@blavoie
Last active November 27, 2017 17:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blavoie/b98c9fa3d279aab1ebc7fe8430c5dbb4 to your computer and use it in GitHub Desktop.
Save blavoie/b98c9fa3d279aab1ebc7fe8430c5dbb4 to your computer and use it in GitHub Desktop.
{
"template":"ul-twitter-*",
"order":10,
"settings":{
"number_of_shards":10,
"index.mapping.total_fields.limit":2500
},
"mappings":{
"default":{
"properties":{
"created_at":{
"type":"date",
"format":"EEE MMM dd HH:mm:ss Z YYYY"
},
"coordinates":{
"properties":{
"coordinates":{
"type":"geo_point"
},
"type":{
"type":"keyword"
}
}
},
"user":{
"properties":{
"screen_name":{
"type":"keyword"
},
"lang":{
"type":"keyword"
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment