rahulgoswami commented on code in PR #4195: URL: https://github.com/apache/solr/pull/4195#discussion_r2972935828
########## solr/solr-ref-guide/modules/query-guide/pages/dense-vector-search.adoc: ########## @@ -319,7 +319,7 @@ The number of bits to use for each quantized dimension value Accepted values: 4 (half byte) or 7 (unsigned byte). `NOTE:` Existing Solr 10 schemas may still contain legacy scalar-quantization parameters such as -`confidenceInterval`, `dynamicConfidenceInterval`, or `compress`. They are accepted for backward +`confidenceInterval`, `dynamicConfidenceInterval`, or `compress`. They are deprecated (i.e. parsed and ignored but not used) for backward Review Comment: Oof! I completely botched the language there during a previous refactor. Fixed. -- 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]
