benwtrent commented on PR #15223: URL: https://github.com/apache/lucene/pull/15223#issuecomment-3977802397
@navneet1v All vector formats are labeled experimental I think. If somebody is providing there own custom set of parameters for the format, they will need to adjust the format and the constructors. This is the case with any format upgrade in Lucene. The new quantization format doesn't require confidence interval parameter, nor does it allow compression changes. As an aside, looking at the code, I see that Lucene104 format isn't flagged as experimental and it should be. We need to adjust the docs there, that is definitely an oversight. -- 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]
