Skip to content

Instantly share code, notes, and snippets.

@monken
Created March 5, 2011 14:53
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 monken/856406 to your computer and use it in GitHub Desktop.
Save monken/856406 to your computer and use it in GitHub Desktop.
{
"release" : {
"_source" : {
"compress" : true
},
"properties" : {
"abstract" : {
"type" : "multi_field",
"fields" : {
"raw" : {
"include_in_all" : false,
"index" : "not_analyzed",
"store" : "yes",
"type" : "string"
},
"abstract" : {
"store" : "yes",
"analyzer" : "standard",
"type" : "string"
}
}
},
"resources" : {
"dynamic" : "false",
"type" : "object"
},
"maturity" : {
"index" : "not_analyzed",
"store" : "yes",
"type" : "string"
},
"status" : {
"index" : "not_analyzed",
"store" : "yes",
"type" : "string"
},
"date" : {
"store" : "yes",
"format" : "dateOptionalTime",
"type" : "date"
},
"distribution" : {
"type" : "multi_field",
"fields" : {
"raw" : {
"include_in_all" : false,
"index" : "not_analyzed",
"store" : "yes",
"type" : "string"
},
"distribution" : {
"store" : "yes",
"analyzer" : "lowercase",
"type" : "string"
}
}
},
"version" : {
"index" : "not_analyzed",
"store" : "yes",
"type" : "string"
},
"author" : {
"index" : "not_analyzed",
"store" : "yes",
"type" : "string"
},
"download_url" : {
"index" : "not_analyzed",
"store" : "yes",
"type" : "string"
},
"name" : {
"type" : "multi_field",
"fields" : {
"raw" : {
"include_in_all" : false,
"index" : "not_analyzed",
"store" : "yes",
"type" : "string"
},
"name" : {
"store" : "yes",
"analyzer" : "standard",
"type" : "string"
}
}
},
"archive" : {
"index" : "not_analyzed",
"store" : "yes",
"type" : "string"
},
"version_numified" : {
"store" : "yes",
"type" : "float"
},
"license" : {
"index" : "not_analyzed",
"store" : "yes",
"type" : "string"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment