mirror of
https://github.com/milvus-io/milvus.git
synced 2026-07-21 10:15:43 +00:00
## Summary Keep raw search distances through segment search, iterator output, index query, and chunk merging so ranking/reduce order is not affected by `round_decimal`. Apply `round_decimal` only when producing the final search response, after reduce/rerank/order-by has already determined result order. Returned scores keep the requested precision without changing TopK selection. issue: #50347 --------- Signed-off-by: xianliang.li <xianliang.li@zilliz.com> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>