iverase commented on PR #15732: URL: https://github.com/apache/lucene/pull/15732#issuecomment-4040377080
@msokolov After some thought, doing the way you suggested requires a change on the semantics of `PerFieldKnnVectorsFormat` as it requires the method `getKnnVectorsFormatForField` to be idempotent which it is currently not required. This is a big change as it is possible now to change the format of the new segments in an existing index. This will not be possible if we add two methods for merging. -- 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]
