public class SearchByVectorParam extends Object
| Constructor and Description |
|---|
SearchByVectorParam() |
| Modifier and Type | Method and Description |
|---|---|
SearchByVectorParam |
build() |
SearchByVectorParam |
setDenseWeight(Double denseWeight) |
SearchByVectorParam |
setFilter(Map<String,Object> filter) |
SearchByVectorParam |
setLimit(Integer limit) |
SearchByVectorParam |
setOutputFields(List<String> outputFields) |
SearchByVectorParam |
setPartition(Object partition) |
SearchByVectorParam |
setPostProcessInputLimit(Integer postProcessInputLimit) |
SearchByVectorParam |
setPostProcessOps(List<Map<String,Object>> postProcessOps) |
SearchByVectorParam |
setPrimaryKeyIn(List<Object> primaryKeyIn) |
SearchByVectorParam |
setPrimaryKeyNotIn(List<Object> primaryKeyNotIn) |
SearchByVectorParam |
setRetry(Boolean retry) |
SearchByVectorParam |
setSparseVectors(Map<String,Object> sparseVectors) |
SearchByVectorParam |
setVector(List<Double> vector) |
public SearchByVectorParam setVector(List<Double> vector)
public SearchByVectorParam setFilter(Map<String,Object> filter)
public SearchByVectorParam setLimit(Integer limit)
public SearchByVectorParam setOutputFields(List<String> outputFields)
public SearchByVectorParam setPartition(Object partition)
public SearchByVectorParam setSparseVectors(Map<String,Object> sparseVectors)
public SearchByVectorParam setDenseWeight(Double denseWeight)
public SearchByVectorParam setPrimaryKeyIn(List<Object> primaryKeyIn)
public SearchByVectorParam setPrimaryKeyNotIn(List<Object> primaryKeyNotIn)
public SearchByVectorParam setPostProcessInputLimit(Integer postProcessInputLimit)
public SearchByVectorParam setPostProcessOps(List<Map<String,Object>> postProcessOps)
public SearchByVectorParam setRetry(Boolean retry)
public SearchByVectorParam build() throws Exception
ExceptionCopyright © 2025. All rights reserved.