public class IndexSortParam<T> extends Object
| 构造器和说明 |
|---|
IndexSortParam() |
| 限定符和类型 | 方法和说明 |
|---|---|
IndexSortParam<T> |
build() |
IndexSortParam<T> |
setPrimaryKeys(List<T> primaryKeys) |
IndexSortParam<T> |
setQueryVector(List<Double> queryVector) |
IndexSortParam<T> |
setRetry(Boolean retry) |
public IndexSortParam<T> setQueryVector(List<Double> queryVector)
public IndexSortParam<T> setPrimaryKeys(List<T> primaryKeys)
public IndexSortParam<T> setRetry(Boolean retry)
public IndexSortParam<T> build() throws Exception
ExceptionCopyright © 2025. All rights reserved.