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: FloatVector field returns List of List Float, BinaryVector/Float16Vector/BFloat16Vector fields return List of ByteBuffer SparseFloatVector field returns List of SortedMap[Long, Float] Int64 field returns List of Long Int32/Int16/Int8 fields return List of Integer Bool field returns List of Boolean Float field returns List of Float Double field returns List of Double Varchar field returns List of String Array field returns List of List JSON field returns List of String; 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.