Uses of Class
io.milvus.param.dml.SearchParam.Builder
Packages that use SearchParam.Builder
-
Uses of SearchParam.Builder in io.milvus.param.dml
Methods in io.milvus.param.dml that return SearchParam.BuilderModifier and TypeMethodDescriptionSearchParam.Builder.addOutField(@NonNull String fieldName) Specifies an output field (Optional).SearchParam.Builder.addPartitionName(@NonNull String partitionName) Adds a partition to specify search scope (Optional).static SearchParam.BuilderSearchParam.newBuilder()SearchParam.Builder.withBFloat16Vectors(@NonNull List<ByteBuffer> vectors) Sets the target vectors to search on BFloat16Vector field.SearchParam.Builder.withBinaryVectors(@NonNull List<ByteBuffer> vectors) Sets the target vectors to search on BinaryVector field.SearchParam.Builder.withCollectionName(@NonNull String collectionName) Sets the collection name.SearchParam.Builder.withConsistencyLevel(ConsistencyLevelEnum consistencyLevel) ConsistencyLevel of consistency level.SearchParam.Builder.withDatabaseName(String databaseName) Sets the database name.Sets expression to filter out entities before searching (Optional).SearchParam.Builder.withFloat16Vectors(@NonNull List<ByteBuffer> vectors) Sets the target vectors to search on Float16Vector field.SearchParam.Builder.withFloatVectors(@NonNull List<List<Float>> vectors) Sets the target vectors to search on FloatVector field.SearchParam.Builder.withGroupByFieldName(@NonNull String groupByFieldName) Sets field name to do grouping.SearchParam.Builder.withIgnoreGrowing(@NonNull Boolean ignoreGrowing) Ignore the growing segments to get best search performance.SearchParam.Builder.withMetricType(@NonNull MetricType metricType) Sets metric type of ANN searching.SearchParam.Builder.withOutFields(@NonNull List<String> outFields) Specifies output fields (Optional).SearchParam.Builder.withParams(@NonNull String params) Sets the search parameters specific to the index type.SearchParam.Builder.withPartitionNames(@NonNull List<String> partitionNames) Sets partition names list to specify search scope (Optional).SearchParam.Builder.withRoundDecimal(@NonNull Integer decimal) Specifies the decimal place of the returned results.SearchParam.Builder.withSparseFloatVectors(@NonNull List<SortedMap<Long, Float>> vectors) Sets the target vectors to search on SparseFloatVector field.Sets topK value of ANN search.SearchParam.Builder.withVectorFieldName(@NonNull String vectorFieldName) Sets target vector field by name.SearchParam.Builder.withVectors(@NonNull List<?> vectors) Deprecated.