benwtrent opened a new pull request, #12064: URL: https://github.com/apache/lucene/pull/12064
This completes the refactoring as described in: https://github.com/apache/lucene/issues/11963 This commit: - splits out `ByteVectorValues` from `VectorValues`. - Adds `getByteVectorValues(String field)` to `KnnVectorsReader` - Adds a new `KnnByteVectorField` and disallows `BytesRef` values in the `KnnVectorField` - No longer allows `ByteVectorValues` to be read from a `KnnVectorField`. These refactors are difficult to split up any further. -- 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]
