Uses of Class
io.dingodb.index.Index.VectorSearchDebugRequest.Builder
Packages that use Index.VectorSearchDebugRequest.Builder
-
Uses of Index.VectorSearchDebugRequest.Builder in io.dingodb.index
Methods in io.dingodb.index that return Index.VectorSearchDebugRequest.BuilderModifier and TypeMethodDescriptionIndex.VectorSearchDebugRequest.Builder.addAllVectorWithIds(Iterable<? extends Common.VectorWithId> values) this field is used for batch searchIndex.VectorSearchDebugRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Index.VectorSearchDebugRequest.Builder.addVectorWithIds(int index, Common.VectorWithId value) this field is used for batch searchIndex.VectorSearchDebugRequest.Builder.addVectorWithIds(int index, Common.VectorWithId.Builder builderForValue) this field is used for batch searchIndex.VectorSearchDebugRequest.Builder.addVectorWithIds(Common.VectorWithId value) this field is used for batch searchIndex.VectorSearchDebugRequest.Builder.addVectorWithIds(Common.VectorWithId.Builder builderForValue) this field is used for batch searchIndex.VectorSearchDebugRequest.Builder.clear()Index.VectorSearchDebugRequest.Builder.clearContext().dingodb.pb.store.Context context = 2;Index.VectorSearchDebugRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Index.VectorSearchDebugRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Index.VectorSearchDebugRequest.Builder.clearParameter().dingodb.pb.common.VectorSearchParameter parameter = 4;Index.VectorSearchDebugRequest.Builder.clearRequestInfo().dingodb.pb.common.RequestInfo request_info = 1;Index.VectorSearchDebugRequest.Builder.clearVector().dingodb.pb.common.VectorWithId vector = 3;Index.VectorSearchDebugRequest.Builder.clearVectorWithIds()this field is used for batch searchIndex.VectorSearchDebugRequest.Builder.clone()Index.VectorSearchDebugRequest.Builder.mergeContext(Store.Context value) .dingodb.pb.store.Context context = 2;Index.VectorSearchDebugRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Index.VectorSearchDebugRequest.Builder.mergeFrom(com.google.protobuf.Message other) Index.VectorSearchDebugRequest.Builder.mergeFrom(Index.VectorSearchDebugRequest other) Index.VectorSearchDebugRequest.Builder.mergeParameter(Common.VectorSearchParameter value) .dingodb.pb.common.VectorSearchParameter parameter = 4;Index.VectorSearchDebugRequest.Builder.mergeRequestInfo(Common.RequestInfo value) .dingodb.pb.common.RequestInfo request_info = 1;Index.VectorSearchDebugRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Index.VectorSearchDebugRequest.Builder.mergeVector(Common.VectorWithId value) .dingodb.pb.common.VectorWithId vector = 3;Index.VectorSearchDebugRequest.newBuilder()Index.VectorSearchDebugRequest.newBuilder(Index.VectorSearchDebugRequest prototype) Index.VectorSearchDebugRequest.newBuilderForType()protected Index.VectorSearchDebugRequest.BuilderIndex.VectorSearchDebugRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Index.VectorSearchDebugRequest.Builder.removeVectorWithIds(int index) this field is used for batch searchIndex.VectorSearchDebugRequest.Builder.setContext(Store.Context value) .dingodb.pb.store.Context context = 2;Index.VectorSearchDebugRequest.Builder.setContext(Store.Context.Builder builderForValue) .dingodb.pb.store.Context context = 2;Index.VectorSearchDebugRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Index.VectorSearchDebugRequest.Builder.setParameter(Common.VectorSearchParameter value) .dingodb.pb.common.VectorSearchParameter parameter = 4;Index.VectorSearchDebugRequest.Builder.setParameter(Common.VectorSearchParameter.Builder builderForValue) .dingodb.pb.common.VectorSearchParameter parameter = 4;Index.VectorSearchDebugRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Index.VectorSearchDebugRequest.Builder.setRequestInfo(Common.RequestInfo value) .dingodb.pb.common.RequestInfo request_info = 1;Index.VectorSearchDebugRequest.Builder.setRequestInfo(Common.RequestInfo.Builder builderForValue) .dingodb.pb.common.RequestInfo request_info = 1;Index.VectorSearchDebugRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Index.VectorSearchDebugRequest.Builder.setVector(Common.VectorWithId value) .dingodb.pb.common.VectorWithId vector = 3;Index.VectorSearchDebugRequest.Builder.setVector(Common.VectorWithId.Builder builderForValue) .dingodb.pb.common.VectorWithId vector = 3;Index.VectorSearchDebugRequest.Builder.setVectorWithIds(int index, Common.VectorWithId value) this field is used for batch searchIndex.VectorSearchDebugRequest.Builder.setVectorWithIds(int index, Common.VectorWithId.Builder builderForValue) this field is used for batch searchIndex.VectorSearchDebugRequest.toBuilder()