Uses of Class
io.milvus.exception.IllegalResponseException
Packages that use IllegalResponseException
-
Uses of IllegalResponseException in io.milvus.response
Methods in io.milvus.response that throw IllegalResponseExceptionModifier and TypeMethodDescriptionGets a field's value by field name.FieldDataWrapper.getAsDouble(int index, String paramName) FieldDataWrapper.getAsString(int index, String paramName) ShowCollResponseWrapper.getCollectionsInfo()Get information of the collections.intFieldDataWrapper.getDim()Gets the dimension value of a vector field.List<?> FieldDataWrapper.getFieldData()Returns the field data according to its type: float vector field return List of List Float, binary vector field return List of ByteBuffer int64 field return List of Long int32/int16/int8 field return List of Integer boolean field return List of Boolean float field return List of Float double field return List of Double varchar field return List of String array field return List of List etc.SearchResultsWrapper.getIDScore(int indexOfTarget) Gets ID-score pairs returned by search interface.ShowPartResponseWrapper.getPartitionsInfo()Get information of the partitions.longFieldDataWrapper.getRowCount()Gets the row count of a field.