shell> curl --header 'accept: application/json' --dump - http://localhost:8529/_api/analyzer HTTP/1.1 OK content-type: application/json; charset=utf-8 x-content-type-options: nosniff { "error" : false, "code" : 200, "result" : [ { "name" : "text_zh", "type" : "text", "properties" : { "locale" : "zh.utf-8", "case" : "lower", "stopwords" : [ ], "accent" : false, "stemming" : true }, "features" : [ "position", "norm", "frequency" ] }, { "name" : "text_sv", "type" : "text", "properties" : { "locale" : "sv.utf-8", "case" : "lower", "stopwords" : [ ], "accent" : false, "stemming" : true }, "features" : [ "position", "norm", "frequency" ] }, { "name" : "text_pt", "type" : "text", "properties" : { "locale" : "pt.utf-8", "case" : "lower", "stopwords" : [ ], "accent" : false, "stemming" : true }, "features" : [ "position", "norm", "frequency" ] }, { "name" : "text_no", "type" : "text", "properties" : { "locale" : "no.utf-8", "case" : "lower", "stopwords" : [ ], "accent" : false, "stemming" : true }, "features" : [ "position", "norm", "frequency" ] }, { "name" : "text_nl", "type" : "text", "properties" : { "locale" : "nl.utf-8", "case" : "lower", "stopwords" : [ ], "accent" : false, "stemming" : true }, "features" : [ "position", "norm", "frequency" ] }, { "name" : "text_it", "type" : "text", "properties" : { "locale" : "it.utf-8", "case" : "lower", "stopwords" : [ ], "accent" : false, "stemming" : true }, "features" : [ "position", "norm", "frequency" ] }, { "name" : "text_ru", "type" : "text", "properties" : { "locale" : "ru.utf-8", "case" : "lower", "stopwords" : [ ], "accent" : false, "stemming" : true }, "features" : [ "position", "norm", "frequency" ] }, { "name" : "text_de", "type" : "text", "properties" : { "locale" : "de.utf-8", "case" : "lower", "stopwords" : [ ], "accent" : false, "stemming" : true }, "features" : [ "position", "norm", "frequency" ] }, { "name" : "identity", "type" : "identity", "properties" : { }, "features" : [ "norm", "frequency" ] }, { "name" : "text_en", "type" : "text", "properties" : { "locale" : "en.utf-8", "case" : "lower", "stopwords" : [ ], "accent" : false, "stemming" : true }, "features" : [ "position", "norm", "frequency" ] }, { "name" : "text_fi", "type" : "text", "properties" : { "locale" : "fi.utf-8", "case" : "lower", "stopwords" : [ ], "accent" : false, "stemming" : true }, "features" : [ "position", "norm", "frequency" ] }, { "name" : "text_fr", "type" : "text", "properties" : { "locale" : "fr.utf-8", "case" : "lower", "stopwords" : [ ], "accent" : false, "stemming" : true }, "features" : [ "position", "norm", "frequency" ] }, { "name" : "text_es", "type" : "text", "properties" : { "locale" : "es.utf-8", "case" : "lower", "stopwords" : [ ], "accent" : false, "stemming" : true }, "features" : [ "position", "norm", "frequency" ] } ] }