Uses of Class
io.milvus.param.index.CreateIndexParam.Builder
Packages that use CreateIndexParam.Builder
-
Uses of CreateIndexParam.Builder in io.milvus.param.index
Methods in io.milvus.param.index that return CreateIndexParam.BuilderModifier and TypeMethodDescriptionstatic CreateIndexParam.BuilderCreateIndexParam.newBuilder()CreateIndexParam.Builder.withCollectionName(@NonNull String collectionName) Set the collection name.CreateIndexParam.Builder.withDatabaseName(String databaseName) Sets the database name.CreateIndexParam.Builder.withExtraParam(@NonNull String extraParam) Sets the specific index parameters according to index type.CreateIndexParam.Builder.withFieldName(@NonNull String fieldName) Sets the target field name.CreateIndexParam.Builder.withIndexName(@NonNull String indexName) The name of index which will be created.CreateIndexParam.Builder.withIndexType(@NonNull IndexType indexType) Sets the index type.CreateIndexParam.Builder.withMetricType(@NonNull MetricType metricType) Sets the metric type.CreateIndexParam.Builder.withSyncMode(@NonNull Boolean syncMode) Enables to sync mode.CreateIndexParam.Builder.withSyncWaitingInterval(@NonNull Long milliseconds) Sets the waiting interval in sync mode.CreateIndexParam.Builder.withSyncWaitingTimeout(@NonNull Long seconds) Sets the timeout value for sync mode.