Custom decoding in Elasticsearch
I want to encode my data before putting it into Elasticsearch using dictionary encoding. The data is quite tabular, singular values, a lot of duplicates in columns, so dictionary encoding is a good option.
Could you please give a piece of advice – is it possible to embed decoding algorithm in Elastic? So that queries would be encoded and matches would decode using dictionaries? From where to start – any information is welcomed.