Uses of Class
io.milvus.param.highlevel.dml.SearchSimpleParam.Builder
Packages that use SearchSimpleParam.Builder
-
Uses of SearchSimpleParam.Builder in io.milvus.param.highlevel.dml
Methods in io.milvus.param.highlevel.dml that return SearchSimpleParam.BuilderModifier and TypeMethodDescriptionstatic SearchSimpleParam.BuilderSearchSimpleParam.newBuilder()SearchSimpleParam.Builder.withCollectionName(@NonNull String collectionName) Sets the collection name.SearchSimpleParam.Builder.withConsistencyLevel(ConsistencyLevelEnum consistencyLevel) ConsistencyLevel of consistency level.SearchSimpleParam.Builder.withFilter(@NonNull String filter) Sets expression to filter out entities before searching (Optional).Specify a value to control the returned number of entities.SearchSimpleParam.Builder.withOffset(@NonNull Long offset) Specify a position to return results.SearchSimpleParam.Builder.withOutputFields(@NonNull List<String> outputFields) Specifies output fields (Optional).SearchSimpleParam.Builder.withVectors(@NonNull List<?> vectors) Sets the target vectors.