Skip to content

Instantly share code, notes, and snippets.

@aburakovskiy
Created July 31, 2017 13:06
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 aburakovskiy/a5088b87b79130d6be91ee9f981323c3 to your computer and use it in GitHub Desktop.
Save aburakovskiy/a5088b87b79130d6be91ee9f981323c3 to your computer and use it in GitHub Desktop.
"education":{
"properties":{
"startDate":{
"format":"dateOptionalTime",
"type":"date",
"index":false
},
"endDate":{
"format":"dateOptionalTime",
"type":"date",
"index":false
},
"major":{
"type":"text"
},
"school":{
"type":"text",
"fields":{
"keyword":{
"type":"keyword"
}
}
},
"degree":{
"type":"text",
"fields":{
"keyword":{
"type":"keyword"
}
}
}
},
"type":"nested"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment