mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 14:35:27 +08:00
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:
parent
b9fe8e9f9e
commit
5e28f45c5a
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user