opensearch-project/custom-codecs

[FEATURE] Implementing accessors Zstandard and ZstandardNoDict CompressionMode

Closed this issue · 0 comments

Is your feature request related to a problem?

Currently, there is not a straightforward way to leverage the implementation of ZstdCompressionMode and ZstdNoDictCompressionMode out of the box as they are protected access modifiers. By introducing simple getters in the Lucene95CustomStoredFieldsFormat, we can provide a way for the developers to use these ztsandard compression modes out of the box and alongside the flexibility to use their own custom StoredFieldsFormat with Zstandard Compression Algorithm.

What solution would you like?

Implementing simple getters for the custom compression modes