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:
zhuwenxing 2025-03-26 11:34:22 +08:00 committed by GitHub
parent 8e5bae2f2d
commit 33628c7fe5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,
},
}