opensearch-project / custom-codecs

OpenSearch custom lucene codecs for providing different on-disk index encoding (e.g., compression).
Apache License 2.0
8 stars 15 forks source link

[BUG] QAT Codecs do not follow Lucene99CustomCodec hierarchy #177

Open mgodwan opened 3 months ago

mgodwan commented 3 months ago

What is the bug?

QAT Codecs do not follow Lucene99CustomCodec hierarchy

How can one reproduce the bug?

Lucene99CustomCodec seems like a hierarchy defined for using the codecs out of this plugin. Both the plugin implementation, and codec implementation should wire in through this class to ensure we can add any features such as allowlisting, adding common settings, etc. through this.

What is the expected behavior?

QAT Codecs should follow Lucene99CustomCodec hierarchy

What is your host/environment?

NA

Do you have any screenshots?

NA

Do you have any additional context?

Add any other context about the problem. NA

dblock commented 3 months ago

Catch All Triage - 1, 2, 3