Re: [I] Randomize KNN vector format parameters in tests [lucene]

2024-12-09 Thread via GitHub
msokolov commented on issue #14047: URL: https://github.com/apache/lucene/issues/14047#issuecomment-2528860574 also pushed 4f8035c01393735e347f42c0bdc5e7b932db7447 to address a build failure by disabling randomization in more tests -- This is an automated message from the Apache Git Serv

Re: [I] Randomize KNN vector format parameters in tests [lucene]

2024-12-09 Thread via GitHub
msokolov closed issue #14047: Randomize KNN vector format parameters in tests URL: https://github.com/apache/lucene/issues/14047 -- 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.

[I] Randomize KNN vector format parameters in tests [lucene]

2024-12-06 Thread via GitHub
msokolov opened a new issue, #14047: URL: https://github.com/apache/lucene/issues/14047 ### Description I discovered while doing some sweeping refactoring changes that we lack coverage of many vector field features, like scalar compression and concurrent merging. We even lack randomi