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.
-