Skip to content

Instantly share code, notes, and snippets.

@gokhansengun
Created July 23, 2019 21:59
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 gokhansengun/d61e2c22e4110687086ad5fb3dded09a to your computer and use it in GitHub Desktop.
Save gokhansengun/d61e2c22e4110687086ad5fb3dded09a to your computer and use it in GitHub Desktop.
elasticsearch-dump issue
{
"mappings": {
"properties": {
"name": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
},
"productId": {
"type": "long"
},
"properties": {
"properties": {
"id": {
"type": "long"
},
"name": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
},
"propertyValue": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment