Package io.milvus.response
Class SearchResultsWrapper.IDScore
java.lang.Object
io.milvus.response.SearchResultsWrapper.IDScore
- Enclosing class:
SearchResultsWrapper
Internal-use class to wrap response of
search interface.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IDScore
-
-
Method Details
-
put
-
get
Get a value by a key name. If the key name is a field name, return the value of this field. If the key name is in dynamic field, return the value from the dynamic field. ThrowsParamExceptionif the key name doesn't exist.- Parameters:
keyName- a field name or a dynamic field name- Returns:
Object- Throws:
ParamException
-
contains
Test if a key exists- Parameters:
keyName- a field name or a dynamic field name- Returns:
- boolean
-
toString
-