Skip to content

Instantly share code, notes, and snippets.

  • Save bubuzzz/7070a99c4cf7eeeecb91238b920c5083 to your computer and use it in GitHub Desktop.
Save bubuzzz/7070a99c4cf7eeeecb91238b920c5083 to your computer and use it in GitHub Desktop.
{
"template": "meteor",
"settings": {
"index": {
"creation_date": "1466141139185",
"analysis": {
"analyzer": {
"case_insensitive": {
"filter": ["lowercase"],
"type": "custom",
"tokenizer": "keyword"
}
}
},
"number_of_shards": "5",
"number_of_replicas": "1",
"uuid": "htjDOddeTTO2JC33BZ6fmQ",
"version": {
"created": "2030199"
}
}
},
"mappings": {
"Variable": {
"dynamic": "false",
"_source": { "enabled": true },
"_all": {
"enabled": false
},
"properties": {
"caseId": {
"type": "string",
"analyzer": "case_insensitive"
},
"caseName": {
"type": "string",
"analyzer": "case_insensitive"
},
"tags": {
"type": "string",
"analyzer": "case_insensitive"
},
"identifier.type": {
"type": "string",
"analyzer": "standard"
},
"caseType": {
"type": "string",
"analyzer": "standard"
}
}
},
"ClosedVariable": {
"dynamic": "false",
"_source": { "enabled": true },
"_all": {
"enabled": false
},
"properties": {
"caseId": {
"type": "string",
"analyzer": "case_insensitive"
},
"caseName": {
"type": "string",
"analyzer": "case_insensitive"
},
"tags": {
"type": "string",
"analyzer": "case_insensitive"
},
"identifier.type": {
"type": "string",
"analyzer": "standard"
},
"caseType": {
"type": "string",
"analyzer": "standard"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment