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(@NotNull Long batchSize) Specify a value to control the number of entities returned per batch.SearchIteratorParam.Builder.withBFloat16Vectors(@NonNull List<ByteBuffer> vectors) Sets the target vectors to search on BFloat16Vector field.SearchIteratorParam.Builder.withBinaryVectors(@NonNull List<ByteBuffer> vectors) Sets the target vectors to search on BinaryVector field.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.withFloat16Vectors(@NonNull List<ByteBuffer> vectors) Sets the target vectors to search on Float16Vector field.SearchIteratorParam.Builder.withFloatVectors(@NonNull List<List<Float>> vectors) Sets the target vectors to search on FloatVector field.SearchIteratorParam.Builder.withGroupByFieldName(@NonNull String groupByFieldName) Sets field name to do grouping.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.SearchIteratorParam.Builder.withSparseFloatVectors(@NonNull List<SortedMap<Long, Float>> vectors) Sets the target vectors to search on SparseFloatVector field.Sets topK value of ANN search.SearchIteratorParam.Builder.withVectorFieldName(@NonNull String vectorFieldName) Sets target vector field by name.SearchIteratorParam.Builder.withVectors(@NonNull List<?> vectors) Deprecated.