mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
Rename the vec module to better reflect that it provides SIMD optimized vector scorers (#109661)
This commit renames the vector module to better reflect its intent - to provide SIMD optimized vector scorer implementations.
This commit is contained in:
parent
52e53e25e7
commit
fa364bfcaf
35 changed files with 35 additions and 35 deletions
|
@ -32,7 +32,7 @@ module org.elasticsearch.server {
|
|||
requires org.elasticsearch.plugin.analysis;
|
||||
requires org.elasticsearch.grok;
|
||||
requires org.elasticsearch.tdigest;
|
||||
requires org.elasticsearch.vec;
|
||||
requires org.elasticsearch.simdvec;
|
||||
|
||||
requires com.sun.jna;
|
||||
requires hppc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue