mirror of https://github.com/milvus-io/milvus.git
fix: Update milvus key words (#40869)
issue: #40290 Signed-off-by: Cai Zhang <cai.zhang@zilliz.com>pull/40936/head
parent
0a1c5f4460
commit
4220e3355d
|
@ -29,4 +29,10 @@ var FieldNameKeywords = map[string]struct{}{
|
|||
"false": {},
|
||||
"False": {},
|
||||
"FALSE": {},
|
||||
"text_match": {},
|
||||
"TEXT_MATCH": {},
|
||||
"phrase_match": {},
|
||||
"PHRASE_MATCH": {},
|
||||
"random_sample": {},
|
||||
"RANDOM_SAMPLE": {},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue