elasticsearch remove custom analyzer / filter elasticsearch remove custom analyzer / filter elasticsearch elasticsearch

elasticsearch remove custom analyzer / filter


after setting all values to null, the analyzer has disappeared for me (ES 6.8)

{  "analysis": {    "analyzer": {      "my_search_analyzer" : {        "filter" : null,        "tokenizer" : null      }    }  }}


No, there is not a way to delete one specific analyzer from an index setting at this time.

You could add new analyzers though. That API is documented here.

http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-update-settings.html#indices-update-settings