Skip to content

Instantly share code, notes, and snippets.

@mschoch
Created March 5, 2013 01:11
Show Gist options
  • Save mschoch/5087205 to your computer and use it in GitHub Desktop.
Save mschoch/5087205 to your computer and use it in GitHub Desktop.
{
"mappings": {
"couchbaseDocument": {
"properties": {
"doc": {
"properties": {
"city": {
"type": "string",
"index": "not_analyzed"
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment