Skip to content

Instantly share code, notes, and snippets.

@chechaoyang
Created December 3, 2012 10:36
Show Gist options
  • Save chechaoyang/4194126 to your computer and use it in GitHub Desktop.
Save chechaoyang/4194126 to your computer and use it in GitHub Desktop.
ElasticSearch source compress template: config/templates/
{
"template_default" : {
"template" : "*",
"mappings" : {
"_default_" : {
"_source" : {
"compress": true
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment