Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@cevanwells
Created April 26, 2017 19:00
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 cevanwells/5fbfed2f692ebdeb845d6d3f4adc6a22 to your computer and use it in GitHub Desktop.
Save cevanwells/5fbfed2f692ebdeb845d6d3f4adc6a22 to your computer and use it in GitHub Desktop.
{
"circ_template" : {
"order" : 0,
"version" : 1,
"template" : "circulation-*",
"settings" : {
"index" : {
"number_of_shards" : "5"
}
},
"mappings" : {
"circ_transaction" : {
"_all" : {
"enabled" : false
},
"properties" : {
"patron_city" : {
"type" : "keyword"
},
"item_type" : {
"type" : "keyword"
},
"circ_location" : {
"type" : "geo_point"
},
"patron_type" : {
"type" : "keyword"
},
"item_location" : {
"type" : "keyword"
},
"patron_library" : {
"type" : "keyword"
},
"circ_app" : {
"type" : "keyword"
},
"patron_zip" : {
"type" : "keyword"
},
"circ_operation" : {
"type" : "keyword"
},
"circ_timestamp" : {
"type" : "date"
},
"circ_branch" : {
"type" : "keyword"
},
"id" : {
"type" : "integer"
},
"item_title" : {
"type" : "keyword"
},
"circ_source" : {
"type" : "keyword"
}
}
}
},
"aliases" : { }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment