[Bug]: docs bug - Java API #27416
Labels
kind/bug
Issues or changes related a bug
stale
indicates no udpates for 30 days
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Is there an existing issue for this?
Environment
Current Behavior
Bottom of page: https://milvus.io/api-reference/java/v2.3.x/Query%20and%20Search/search().md
System.out.println("Search results:");
for (int i = 0; i < targetVectors.size(); ++i) {
List<SearchResultsWrapper.IDScore> scores = results.getIDScore(i); // "results" should be "wrapper"
for (SearchResultsWrapper.IDScore score:scores) {
System.out.println(score);
}
}
Expected Behavior
Steps To Reproduce
No response
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: