Skip to content

Instantly share code, notes, and snippets.

@kimchy
Created August 2, 2011 07:19
Show Gist options
  • Select an option

  • Save kimchy/1119744 to your computer and use it in GitHub Desktop.

Select an option

Save kimchy/1119744 to your computer and use it in GitHub Desktop.
{
"my_type" : {
"properties" : {
"channel_name" : {
"type" : "multi_field",
"fields" : {
"channel_name" : {"type" : "string"},
"as_is" : {"type" : "string", "index" : "not_analyzed"}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment