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