Uses of Class
io.milvus.param.index.DropIndexParam.Builder
Packages that use DropIndexParam.Builder
-
Uses of DropIndexParam.Builder in io.milvus.param.index
Methods in io.milvus.param.index that return DropIndexParam.BuilderModifier and TypeMethodDescriptionstatic DropIndexParam.BuilderDropIndexParam.newBuilder()DropIndexParam.Builder.withCollectionName(@NonNull String collectionName) Sets the collection name.DropIndexParam.Builder.withDatabaseName(String databaseName) Sets the database name.DropIndexParam.Builder.withIndexName(@NonNull String indexName) The name of index which will be dropped.