| 程序包 | 说明 |
|---|---|
| io.milvus.response |
| 限定符和类型 | 方法和说明 |
|---|---|
List<ShowCollResponseWrapper.CollectionInfo> |
ShowCollResponseWrapper.getCollectionsInfo()
Get information of the collections.
|
int |
FieldDataWrapper.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<List<Float>>,
binary vector field return List<ByteBuffer>,
int64 field return List<Long>,
boolean field return List<Boolean>,
etc.
|
List<SearchResultsWrapper.IDScore> |
SearchResultsWrapper.getIDScore(int indexOfTarget)
Gets ID-score pairs returned by search interface.
|
List<ShowPartResponseWrapper.PartitionInfo> |
ShowPartResponseWrapper.getPartitionsInfo()
Get information of the partitions.
|
long |
FieldDataWrapper.getRowCount()
Gets the row count of a field
|
Copyright © 2022. All rights reserved.