Skip to content

Commit 666ec68

Browse files
committed
Add status badge for CI actions
Signed-off-by: mgodwan <mgodwan@amazon.com>
1 parent 149c056 commit 666ec68

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[![Backward Compatibility Checks](https://github.com/opensearch-project/custom-codecs/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/opensearch-project/custom-codecs/actions/workflows/ci.yml)
2+
3+
[![Publish snapshots to maven](https://github.com/opensearch-project/custom-codecs/actions/workflows/publish-maven-snapshots.yml/badge.svg?branch=main)](https://github.com/opensearch-project/custom-codecs/actions/workflows/publish-maven-snapshots.yml)
4+
15
# Custom Codecs
26
Custom Codecs plugin makes it possible for users to provide custom Lucene codecs for loading through Apache Lucene's `NamedSPILoader`.
37
These codecs can be used to customize the on-disk representation of the opensearch indexes. For example, zstd compression can be used for

0 commit comments

Comments
 (0)