Uses of Class
io.milvus.param.dml.HybridSearchParam.Builder
Packages that use HybridSearchParam.Builder
-
Uses of HybridSearchParam.Builder in io.milvus.param.dml
Methods in io.milvus.param.dml that return HybridSearchParam.BuilderModifier and TypeMethodDescriptionHybridSearchParam.Builder.addOutField(@NonNull String fieldName) Specifies an output field (Optional).HybridSearchParam.Builder.addPartitionName(@NonNull String partitionName) Adds a partition to specify search scope (Optional).HybridSearchParam.Builder.addSearchRequest(@NonNull AnnSearchParam searchParam) Adds a vector search request for a vector field.static HybridSearchParam.BuilderHybridSearchParam.newBuilder()HybridSearchParam.Builder.withCollectionName(@NonNull String collectionName) Sets the collection name.HybridSearchParam.Builder.withConsistencyLevel(ConsistencyLevelEnum consistencyLevel) ConsistencyLevel of consistency level.HybridSearchParam.Builder.withDatabaseName(String databaseName) Sets the database name.HybridSearchParam.Builder.withGroupByFieldName(@NonNull String groupByFieldName) Groups the results by a scalar field name.HybridSearchParam.Builder.withGroupSize(@NonNull Integer groupSize) Defines the max number of items for each group, the value must greater than zero.HybridSearchParam.Builder.withOffset(@NonNull Long offset) Specifies the offset place of the returned results.HybridSearchParam.Builder.withOutFields(@NonNull List<String> outFields) Specifies output fields (Optional).HybridSearchParam.Builder.withPartitionNames(@NonNull List<String> partitionNames) Sets partition names list to specify search scope (Optional).HybridSearchParam.Builder.withRanker(@NonNull BaseRanker ranker) Set a ranker for rearranging number of limit results.HybridSearchParam.Builder.withRoundDecimal(@NonNull Integer decimal) Specifies the decimal place of the returned results.HybridSearchParam.Builder.withStrictGroupSize(@NonNull Boolean strictGroupSize) Whether to force the number of each group to be groupSize.Sets topK value of ANN search.