Does crate support 3rd party analyzers/tokenizers?

does crate support 3rd party analyzers/tokenizers, e.g. kuromoji_tokenizer (http://www.atilika.org/). i know elastic search does.

The tokenizer support is described here: https://crate.io/docs/crate/reference/en/latest/general/ddl/analyzers.html. The only way is to create custom analyzers is via the described method in https://crate.io/docs/crate/reference/en/latest/general/ddl/fulltext-indices.html#create-custom-analyzer

the only way to create custom analyzers is via the described method in https://crate.io/docs/crate/reference/en/latest/general/ddl/fulltext-indices.html#create-custom-analyzer

The only possibility ATM may be using an ES plugin, since we’re not actively working on the CrateDB Plugin infrastructure for the time being. If you go down that route, however we cannot support you in that.