public class IndexSortParam<T> extends Object
| Constructor and Description |
|---|
IndexSortParam() |
| Modifier and Type | Method and Description |
|---|---|
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.