mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
test: update text empty percent in go client fts test (#40009)
/kind improvement As a regression test case for the issue https://github.com/milvus-io/milvus/issues/39583 Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
This commit is contained in:
parent
8e5bae2f2d
commit
33628c7fe5
@ -241,7 +241,7 @@ func TestSearchFullTextWithEmptyData(t *testing.T) {
|
||||
query: "what is information retrieval and its applications?",
|
||||
numRows: 3000,
|
||||
topK: 5,
|
||||
emptyPercent: 50,
|
||||
emptyPercent: 90,
|
||||
},
|
||||
{
|
||||
name: "Chinese_Jieba",
|
||||
@ -250,7 +250,7 @@ func TestSearchFullTextWithEmptyData(t *testing.T) {
|
||||
query: "信息检索的应用",
|
||||
numRows: 3000,
|
||||
topK: 5,
|
||||
emptyPercent: 80,
|
||||
emptyPercent: 90,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user