benwtrent commented on issue #15212: URL: https://github.com/apache/lucene/issues/15212#issuecomment-3319559619
`TestLateInteractionFloatValuesSource` should use tiny arrays and very few IMO. I am not sure there is significant benefit on having vector sizes larger than `8` or more than `4` vectors per doc and much fewer docs. Looking at the code, it is already at 16 dims, but it will test 1k+ docs (nightly as much as 2k), which seems unnecessary to me. Maybe we can reduce that doc count a whole magnitude. -- 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]
