thecoop opened a new pull request, #16043: URL: https://github.com/apache/lucene/pull/16043
`FlatVectorsReader` is currently inconsistent - the field name is specified when getting the random vectors scorer, but not when getting the flat vectors scorer. This adds the name as a method parameter with the other getters in the class. Change is aimed at 10.5. The scorer class is marked as experimental, so this is ok to change in minor versions. -- 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]
