[Bug]: The radius and range_filter parameters of searh in the Java SDK are not effective #38407
Open
1 task done
Labels
kind/bug
Issues or changes related a bug
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Is there an existing issue for this?
Environment
Current Behavior
this is my part code :
Map<String, Object> stringObjectMap = searchParams(indexType) ;
private Map<String, Object> searchParams(IndexParam.IndexType indexType){
Map<String, Object> objectMap = new HashMap<>();
Expected Behavior
The radius and range_filter parameters of sealh in the Java SDK are not effective, Those with similarity below the threshold were also queried.
Using Python is normal
Steps To Reproduce
No response
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: