Qidafang

Results 5 comments of Qidafang

在Client.java的ucApiRequestdata方法开头添加 `arg += "&m=" + module + "&a=" + action + "&appid=" + UC_APPID;` 参考:[这个帖子](https://www.dismall.com/thread-16714-1-1.html)中最佳回答的第二步

> You are using metric_type="BM25", it is for full-text-match. The example for full-text-match is here: https://github.com/milvus-io/milvus-sdk-java/blob/master/examples/src/main/java/io/milvus/v2/FullTextSearchExample.java The doc for full-text-match is here: https://milvus.io/docs/full-text-search.md > > The following example is a...

> Which version of your milvus and Java SDK? My Milvus version is 2.5.11, and I was using Java SDK version 2.5.2. After I changed the Java SDK version to...

> Right, "HybridSearch supports full text search" is supported from Java SDK v2.5.4. https://github.com/milvus-io/milvus-sdk-java/releases/tag/v2.5.4 We’ve done some further testing and noticed that the container crash tends to happen when the...

> Do you have a full log of the milvus server? You can use the command "docker logs [milvus container id] > 1.log" to output its log. > > Do...