jpountz commented on issue #12394: URL: https://github.com/apache/lucene/issues/12394#issuecomment-1620395945
The two values source APIs are very different, so here's a proposal for new method signatures with the new API: `DoubleValuesSource distanceFromQueryVector(float[] queryVector, String vectorField)` (for float[] vectors) and `DoubleValuesSource distanceFromQueryVector(byte[] queryVector, String vectorField)` (for byte[] vectors). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org