Refactor/bbq format (#117847)

* Refactor bbq format to be contained in a package

* fixing license headers

* fixing module

* fix style
This commit is contained in:
Benjamin Trent 2024-12-02 16:04:31 -05:00 committed by GitHub
parent c54d4b687f
commit 6c2f6071b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 45 additions and 31 deletions

View file

@ -457,8 +457,8 @@ module org.elasticsearch.server {
org.elasticsearch.index.codec.vectors.ES814HnswScalarQuantizedVectorsFormat,
org.elasticsearch.index.codec.vectors.ES815HnswBitVectorsFormat,
org.elasticsearch.index.codec.vectors.ES815BitFlatVectorFormat,
org.elasticsearch.index.codec.vectors.ES816BinaryQuantizedVectorsFormat,
org.elasticsearch.index.codec.vectors.ES816HnswBinaryQuantizedVectorsFormat;
org.elasticsearch.index.codec.vectors.es816.ES816BinaryQuantizedVectorsFormat,
org.elasticsearch.index.codec.vectors.es816.ES816HnswBinaryQuantizedVectorsFormat;
provides org.apache.lucene.codecs.Codec
with