You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewParamException("Illegal field name: " + fieldName);
Users would expect getFieldData on a valid filedName to return an empty list even if a search has no matching records.
However, it throws a ParamException with Illegal field name instead, because SearchResultData#fieldsData_ seems to be empty when a search has no matching records.
The text was updated successfully, but these errors were encountered:
milvus-sdk-java/src/main/java/io/milvus/response/SearchResultsWrapper.java
Line 41 in 9c3adb7
Users would expect
getFieldData
on a validfiledName
to return an empty list even if a search has no matching records.However, it throws a
ParamException
withIllegal field name
instead, because SearchResultData#fieldsData_ seems to be empty when a search has no matching records.The text was updated successfully, but these errors were encountered: