Uses of Class
io.milvus.response.DescIndexResponseWrapper.IndexDesc
-
Packages that use DescIndexResponseWrapper.IndexDesc Package Description io.milvus.response -
-
Uses of DescIndexResponseWrapper.IndexDesc in io.milvus.response
Methods in io.milvus.response that return DescIndexResponseWrapper.IndexDesc Modifier and Type Method Description DescIndexResponseWrapper.IndexDescDescIndexResponseWrapper. getIndexDescByFieldName(@NonNull String fieldName)Get index description by field name.Methods in io.milvus.response that return types with arguments of type DescIndexResponseWrapper.IndexDesc Modifier and Type Method Description List<DescIndexResponseWrapper.IndexDesc>DescIndexResponseWrapper. getIndexDescriptions()Get index description of fields.
-