Skip to content

Instantly share code, notes, and snippets.

@mcantelon
Created August 9, 2012 22:03
Show Gist options
  • Save mcantelon/3308443 to your computer and use it in GitHub Desktop.
Save mcantelon/3308443 to your computer and use it in GitHub Desktop.
mapping = {
"_default_" : {
"type": "string"
}
}
conn.put_mapping("aip", {"_all" : {"enabled" : True}, "properties": mapping}, ["aips"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment