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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
