Skip to content

Instantly share code, notes, and snippets.

  • Select an option

  • Save bubuzzz/7070a99c4cf7eeeecb91238b920c5083 to your computer and use it in GitHub Desktop.

Select an option

Save bubuzzz/7070a99c4cf7eeeecb91238b920c5083 to your computer and use it in GitHub Desktop.

Revisions

  1. bubuzzz created this gist Jul 25, 2017.
    83 changes: 83 additions & 0 deletions ... "type": "string", "analyzer": "standard" } } } } }
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,83 @@
    {
    "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"
    }
    }
    }
    }
    }