static SearchSimpleParam.Builder |
SearchSimpleParam.newBuilder() |
|
SearchSimpleParam.Builder |
SearchSimpleParam.Builder.withCollectionName(@NonNull String collectionName) |
Sets the collection name.
|
SearchSimpleParam.Builder |
SearchSimpleParam.Builder.withConsistencyLevel(ConsistencyLevelEnum consistencyLevel) |
ConsistencyLevel of consistency level.
|
SearchSimpleParam.Builder |
SearchSimpleParam.Builder.withFilter(@NonNull String filter) |
Sets expression to filter out entities before searching (Optional).
|
SearchSimpleParam.Builder |
SearchSimpleParam.Builder.withLimit(@NonNull Long limit) |
Specify a value to control the returned number of entities.
|
SearchSimpleParam.Builder |
SearchSimpleParam.Builder.withOffset(@NonNull Long offset) |
Specify a position to return results.
|
SearchSimpleParam.Builder |
SearchSimpleParam.Builder.withOutputFields(@NonNull List<String> outputFields) |
Specifies output fields (Optional).
|
SearchSimpleParam.Builder |
SearchSimpleParam.Builder.withVectors(@NonNull List<?> vectors) |
Sets the target vectors.
|