Skip to content

OpenSearch custom lucene codecs for providing different on-disk index encoding (e.g., compression).

License

Notifications You must be signed in to change notification settings

gaiksaya/custom-codecs

 
 

Repository files navigation

Custom Codecs

Custom Codecs plugin makes it possible for users to provide custom Lucene codecs for loading through Apache Lucene's NamedSPILoader. These codecs can be used to customize the on-disk representation of the opensearch indexes. For example, zstd compression can be used for StoredField types through the ZstdCodec.

Security

See CONTRIBUTING for more information.

License

This project is licensed under the Apache-2.0 License.

About

OpenSearch custom lucene codecs for providing different on-disk index encoding (e.g., compression).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%