lior-k / fast-elasticsearch-vector-scoring

Score documents using embedding-vectors dot-product or cosine-similarity with ES Lucene engine
Apache License 2.0
395 stars 112 forks source link

elasticsearch run on jdk11,but plugin set java version 8, is that ok? #59

Open amosjun opened 4 years ago

amosjun commented 4 years ago

I got elasticsearch 7.5.2 and it run with jdk11, and got fast-elasticsearch-vector-scoring 7.5.2 which run with jdk1.8. Package the plugin with command 'mvn package' then install it. Then error comes, it hint ‘ERROR: Unkown plugin .\plugins\elasticsearch-binary-vector-scoring-7.5.2.zip’.

lior-k commented 3 years ago

It shouldn't matter that the plugin is compiled with 1.8 I guess the error has a different cause