klarabro
klarabro
i create index: PUT `{ "syn_plugin": { "aliases": {}, "mappings": { "item": { "properties": { "id": { "type": "keyword" }, "msg": { "type": "text", "analyzer": "2gram_synonym_analyzer" } } } },...
I've never create a plugins for elastic before, and i am only python developer. I want to add some functionality for this. Change ngram to edgeNgram is very usefull, for...