Refresh search analyzer

    1. {
    2. "analyzer": {
    3. "my_synonyms": {
    4. "tokenizer": "whitespace",
    5. ]
    6. }
    7. },
    8. "filter": {
    9. "synonyms_path": "synonyms.txt",
    10. "updateable": true
    11. }
    12. }