enhance: change highlight query keyword to highlight_query (#46360)

Instead of `queries`.
relate: https://github.com/milvus-io/milvus/issues/42589

Signed-off-by: aoiasd <zhicheng.yue@zilliz.com>
This commit is contained in:
aoiasd 2025-12-22 11:43:18 +08:00 committed by GitHub
parent b9fe8e9f9e
commit 5e28f45c5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ const (
PreTagsKey = "pre_tags"
PostTagsKey = "post_tags"
HighlightSearchTextKey = "highlight_search_text"
HighlightQueryKey = "queries"
HighlightQueryKey = "highlight_query"
FragmentOffsetKey = "fragment_offset"
FragmentSizeKey = "fragment_size"
FragmentNumKey = "num_of_fragments"