Skip to content

Instantly share code, notes, and snippets.

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 KnowledgeGarden/35ebe0421adea66bbb0a93ca4d5f4c41 to your computer and use it in GitHub Desktop.
Save KnowledgeGarden/35ebe0421adea66bbb0a93ca4d5f4c41 to your computer and use it in GitHub Desktop.
topicmap mappings
{
"core": {
"properties": {
"lox": {
"index": "true",
"type": "keyword",
"store": true
},
"label": {
"properties": {
"en": {
"index": "true",
"type": "text",
"analyzer": "english",
"store": true
},
"fr": {
"index": "true",
"type": "text",
"analyzer": "french",
"store": true
},
"de": {
"index": "true",
"type": "text",
"analyzer": "german",
"store": true
}
}
},
"details": {
"properties": {
"en": {
"index": "true",
"type": "text",
"analyzer": "english",
"store": true
},
"fr": {
"index": "true",
"type": "text",
"analyzer": "french",
"store": true
},
"de": {
"index": "true",
"type": "text",
"analyzer": "german",
"store": true
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment