groot
groot
@liuruifeng-git I could not reproduce this issue. My test steps: 1. start milvus v2.0.2 2. use java sdk v2.0.4 to create a collection and insert 1 row the client code:...
Do you mean the first search returns `[(ID: 87356234 Score: 0.94079435), (ID: 344333 Score: 0.9679534), ...... ]`, the second search returns `[(ID: 504814 Score: 0.9377404), (ID: 87356234 Score: 0.94079435), (ID:...
Could you show me the "SEARCH_PARAM"? Is the index IVF_FALT? What is the value of "nlist"? What is the value of "nprobe" in the "SEARCH_PARAM"?
Is it possible to provide a reproducible steps that we can debug into the source code?
@wangnimaa I use the latest dev build to test: `docker pull milvusdb/milvus-dev:2.1.0-20220704-f6ce0559` Define a field with Int8 data type  And use the latest attu to try, seems it works...
@zhansg 我觉的这里可以改成logWarn()。不知改成warn你那边可以接受么?
> > @zhansg 我觉的这里可以改成logWarn()。不知改成warn你那边可以接受么? > > 当然可以。这个问题我不得不配置logback把milvus日志off了 #笑哭 已改: https://github.com/milvus-io/milvus-sdk-java/pull/370/files
Great. It is a valuable feature.
@elfisworking The java sdk for v2.0 is basically ready. You can create a pull request once you have a solution to add precision control.
Varchar is a new type that allow index, only support one type index currently, the index type is "Trie". I need to add this new type to the IndexType enum....