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