msokolov opened a new issue, #1587: URL: https://github.com/apache/lucene/issues/1587
### Description Today SimpleTextKnnVectorsFormat ignores byte-encoding, treating any binary values as encoded floats. Most of the tests pass anyway, but when we explicitly test for byte-encoding, we get failures and those tests have been disabled. This issue is for adding full support for byte-encoded vectors to SimpleText codec. As a first step though, we should stop throwing an exception when byte-encoded vectors are passed to SimpleText since this is leading to not very helpful test failures. -- 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]
