Skip to content

Instantly share code, notes, and snippets.

Created October 21, 2011 12:30
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 anonymous/1303707 to your computer and use it in GitHub Desktop.
Save anonymous/1303707 to your computer and use it in GitHub Desktop.
{
"somethingclass" : {
"dynamic" : false,
"properties" : {
"someProp1" : {
"index_name" : "monField1",
"type" : "string",
"store" : "no",
"index" : "analyzed",
"term_vector" : "no",
"boost" : 2.0,
"analyzer" : "somthinganalyzer"
},
"uniqueRandom" : {
"index_name" : "uniqueRandom",
"type" : "string",
"store" : "no",
"index" : "not_analyzed",
"term_vector" : "no",
"boost" : 1.0,
"analyzer" : "standard"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment