Uses of Class
io.milvus.param.highlevel.dml.QuerySimpleParam.Builder
Packages that use QuerySimpleParam.Builder
-
Uses of QuerySimpleParam.Builder in io.milvus.param.highlevel.dml
Methods in io.milvus.param.highlevel.dml that return QuerySimpleParam.BuilderModifier and TypeMethodDescriptionstatic QuerySimpleParam.BuilderQuerySimpleParam.newBuilder()QuerySimpleParam.Builder.withCollectionName(@NonNull String collectionName) Sets the collection name.QuerySimpleParam.Builder.withConsistencyLevel(ConsistencyLevelEnum consistencyLevel) ConsistencyLevel of consistency level.QuerySimpleParam.Builder.withFilter(@NonNull String filter) Sets the expression to query entities.Specify a value to control the returned number of entities.QuerySimpleParam.Builder.withOffset(@NonNull Long offset) Specify a position to return results.QuerySimpleParam.Builder.withOutputFields(@NonNull List<String> outputFields) Specifies output fields (Optional).