mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
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:
parent
c54d4b687f
commit
6c2f6071b2
15 changed files with 45 additions and 31 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue