Uses of Class
io.dingodb.common.Common.SearchIvfPqParam.Builder
Packages that use Common.SearchIvfPqParam.Builder
-
Uses of Common.SearchIvfPqParam.Builder in io.dingodb.common
Methods in io.dingodb.common that return Common.SearchIvfPqParam.BuilderModifier and TypeMethodDescriptionCommon.SearchIvfPqParam.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Common.SearchIvfPqParam.Builder.clear()Common.SearchIvfPqParam.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Common.SearchIvfPqParam.Builder.clearNprobe()How many buckets to query, the default is 80, and cannot exceed the size of ncentroids Optional parametersCommon.SearchIvfPqParam.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Common.SearchIvfPqParam.Builder.clearParallelOnQueries()Default 1, parallel between queries; 0, parallel in a single query.Common.SearchIvfPqParam.Builder.clearRecallNum()number of results recalled from the index The default is 100.Common.SearchIvfPqParam.Builder.clone()Common.VectorSearchParameter.Builder.getIvfPqBuilder().dingodb.pb.common.SearchIvfPqParam ivf_pq = 13;Common.SearchIvfPqParam.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Common.SearchIvfPqParam.Builder.mergeFrom(com.google.protobuf.Message other) Common.SearchIvfPqParam.Builder.mergeFrom(Common.SearchIvfPqParam other) Common.SearchIvfPqParam.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Common.SearchIvfPqParam.newBuilder()Common.SearchIvfPqParam.newBuilder(Common.SearchIvfPqParam prototype) Common.SearchIvfPqParam.newBuilderForType()protected Common.SearchIvfPqParam.BuilderCommon.SearchIvfPqParam.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Common.SearchIvfPqParam.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Common.SearchIvfPqParam.Builder.setNprobe(int value) How many buckets to query, the default is 80, and cannot exceed the size of ncentroids Optional parametersCommon.SearchIvfPqParam.Builder.setParallelOnQueries(int value) Default 1, parallel between queries; 0, parallel in a single query.Common.SearchIvfPqParam.Builder.setRecallNum(int value) number of results recalled from the index The default is 100.Common.SearchIvfPqParam.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Common.SearchIvfPqParam.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Common.SearchIvfPqParam.toBuilder()Methods in io.dingodb.common with parameters of type Common.SearchIvfPqParam.BuilderModifier and TypeMethodDescriptionCommon.VectorSearchParameter.Builder.setIvfPq(Common.SearchIvfPqParam.Builder builderForValue) .dingodb.pb.common.SearchIvfPqParam ivf_pq = 13;