Uses of Class
io.milvus.param.dml.QueryParam.Builder
Packages that use QueryParam.Builder
-
Uses of QueryParam.Builder in io.milvus.param.dml
Methods in io.milvus.param.dml that return QueryParam.BuilderModifier and TypeMethodDescriptionQueryParam.Builder.addOutField(@NonNull String fieldName) Specifies an output field (Optional).QueryParam.Builder.addPartitionName(@NonNull String partitionName) Adds a partition to specify query scope (Optional).static QueryParam.BuilderQueryParam.newBuilder()QueryParam.Builder.withCollectionName(@NonNull String collectionName) Sets the collection name.QueryParam.Builder.withConsistencyLevel(ConsistencyLevelEnum consistencyLevel) ConsistencyLevel of consistency level.QueryParam.Builder.withDatabaseName(String databaseName) Sets the database name.Sets the expression to query entities.QueryParam.Builder.withIgnoreGrowing(@NonNull Boolean ignoreGrowing) Ignore the growing segments to get best query performance.QueryParam.Builder.withIterator(@NonNull Boolean iterator) Optimizing specifically for iterators can yield correct data results.Specify a value to control the returned number of entities.QueryParam.Builder.withOffset(@NonNull Long offset) Specify a position to return results.QueryParam.Builder.withOutFields(@NonNull List<String> outFields) Specifies output fields (Optional).QueryParam.Builder.withPartitionNames(@NonNull List<String> partitionNames) Sets partition names list to specify query scope (Optional).QueryParam.Builder.withReduceStopForBest(@NonNull Boolean reduceStopForBest) Adjust the query using iterators to handle offsets more efficiently during the Reduce step.