mccullocht commented on issue #16029: URL: https://github.com/apache/lucene/issues/16029#issuecomment-4504468471
Residual vectors don't make sense as something to access on their own terms, but they can be accessed through `FloatVectorValues` via the `rescorer(float[] query)` API including them as part of the distance computation or via `vectorValue()` when the original float vectors aren't present. -- 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]
