Uses of Class
io.milvus.param.dml.SearchIteratorParam.Builder
Packages that use SearchIteratorParam.Builder
-
Uses of SearchIteratorParam.Builder in io.milvus.param.dml
Methods in io.milvus.param.dml that return SearchIteratorParam.BuilderModifier and TypeMethodDescriptionSearchIteratorParam.Builder.addOutField(@NonNull String fieldName) Specifies an output field (Optional).SearchIteratorParam.Builder.addPartitionName(@NonNull String partitionName) Adds a partition to specify search scope (Optional).static SearchIteratorParam.BuilderSearchIteratorParam.newBuilder()SearchIteratorParam.Builder.withBatchSize(Long batchSize) Specify a value to control the number of entities returned per batch.SearchIteratorParam.Builder.withCollectionName(@NonNull String collectionName) Sets the collection name.SearchIteratorParam.Builder.withConsistencyLevel(ConsistencyLevelEnum consistencyLevel) ConsistencyLevel of consistency level.SearchIteratorParam.Builder.withDatabaseName(String databaseName) Sets the database name.Sets expression to filter out entities before searching (Optional).SearchIteratorParam.Builder.withIgnoreGrowing(@NonNull Boolean ignoreGrowing) Ignore the growing segments to get best search performance.SearchIteratorParam.Builder.withMetricType(@NonNull MetricType metricType) Sets metric type of ANN searching.SearchIteratorParam.Builder.withOutFields(@NonNull List<String> outFields) Specifies output fields (Optional).SearchIteratorParam.Builder.withParams(@NonNull String params) Sets the search parameters specific to the index type.SearchIteratorParam.Builder.withPartitionNames(@NonNull List<String> partitionNames) Sets partition names list to specify search scope (Optional).SearchIteratorParam.Builder.withRoundDecimal(@NonNull Integer decimal) Specifies the decimal place of the returned results.Sets topK value of ANN search.SearchIteratorParam.Builder.withVectorFieldName(@NonNull String vectorFieldName) Sets target vector field by name.SearchIteratorParam.Builder.withVectors(@NonNull List<?> vectors) Sets the target vectors.