Skip to content

Commit ab8a5c3

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
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+
[![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)
3+
14
# Custom Codecs
25
Custom Codecs plugin makes it possible for users to provide custom Lucene codecs for loading through Apache Lucene's `NamedSPILoader`.
36
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)