Uses of Class
io.metaloom.qdrant.client.grpc.proto.Points.SearchBatchResponse
Packages that use Points.SearchBatchResponse
-
Uses of Points.SearchBatchResponse in io.metaloom.qdrant.client.grpc.method
Methods in io.metaloom.qdrant.client.grpc.method that return types with arguments of type Points.SearchBatchResponseModifier and TypeMethodDescriptionSearchMethods.searchBatch(String collectionName, List<? extends Points.SearchPoints> searches) Retrieve by batch the closest points based on vector similarity and given filtering conditions. -
Uses of Points.SearchBatchResponse in io.metaloom.qdrant.client.grpc.proto
Methods in io.metaloom.qdrant.client.grpc.proto that return Points.SearchBatchResponseModifier and TypeMethodDescriptionPoints.SearchBatchResponse.Builder.build()Points.SearchBatchResponse.Builder.buildPartial()static Points.SearchBatchResponsePoints.SearchBatchResponse.getDefaultInstance()Points.SearchBatchResponse.Builder.getDefaultInstanceForType()Points.SearchBatchResponse.getDefaultInstanceForType()static Points.SearchBatchResponsePoints.SearchBatchResponse.parseDelimitedFrom(InputStream input) static Points.SearchBatchResponsePoints.SearchBatchResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchBatchResponsePoints.SearchBatchResponse.parseFrom(byte[] data) static Points.SearchBatchResponsePoints.SearchBatchResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchBatchResponsePoints.SearchBatchResponse.parseFrom(com.google.protobuf.ByteString data) static Points.SearchBatchResponsePoints.SearchBatchResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchBatchResponsePoints.SearchBatchResponse.parseFrom(com.google.protobuf.CodedInputStream input) static Points.SearchBatchResponsePoints.SearchBatchResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchBatchResponsePoints.SearchBatchResponse.parseFrom(InputStream input) static Points.SearchBatchResponsePoints.SearchBatchResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchBatchResponsePoints.SearchBatchResponse.parseFrom(ByteBuffer data) static Points.SearchBatchResponsePoints.SearchBatchResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PointsGrpc.PointsBlockingStub.searchBatch(Points.SearchBatchPoints request) Retrieve closest points based on vector similarity and given filtering conditionsPointsInternalGrpc.PointsInternalBlockingStub.searchBatch(PointsInternalService.SearchBatchPointsInternal request) Methods in io.metaloom.qdrant.client.grpc.proto that return types with arguments of type Points.SearchBatchResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.SearchBatchResponse>Points.SearchBatchResponse.getParserForType()static io.grpc.MethodDescriptor<Points.SearchBatchPoints,Points.SearchBatchResponse> PointsGrpc.getSearchBatchMethod()static io.grpc.MethodDescriptor<PointsInternalService.SearchBatchPointsInternal,Points.SearchBatchResponse> PointsInternalGrpc.getSearchBatchMethod()static com.google.protobuf.Parser<Points.SearchBatchResponse>Points.SearchBatchResponse.parser()com.google.common.util.concurrent.ListenableFuture<Points.SearchBatchResponse>PointsGrpc.PointsFutureStub.searchBatch(Points.SearchBatchPoints request) Retrieve closest points based on vector similarity and given filtering conditionscom.google.common.util.concurrent.ListenableFuture<Points.SearchBatchResponse>PointsInternalGrpc.PointsInternalFutureStub.searchBatch(PointsInternalService.SearchBatchPointsInternal request) Methods in io.metaloom.qdrant.client.grpc.proto with parameters of type Points.SearchBatchResponseModifier and TypeMethodDescriptionPoints.SearchBatchResponse.Builder.mergeFrom(Points.SearchBatchResponse other) Points.SearchBatchResponse.newBuilder(Points.SearchBatchResponse prototype) Method parameters in io.metaloom.qdrant.client.grpc.proto with type arguments of type Points.SearchBatchResponseModifier and TypeMethodDescriptionvoidPointsGrpc.PointsImplBase.searchBatch(Points.SearchBatchPoints request, io.grpc.stub.StreamObserver<Points.SearchBatchResponse> responseObserver) Retrieve closest points based on vector similarity and given filtering conditionsvoidPointsGrpc.PointsStub.searchBatch(Points.SearchBatchPoints request, io.grpc.stub.StreamObserver<Points.SearchBatchResponse> responseObserver) Retrieve closest points based on vector similarity and given filtering conditionsvoidPointsInternalGrpc.PointsInternalImplBase.searchBatch(PointsInternalService.SearchBatchPointsInternal request, io.grpc.stub.StreamObserver<Points.SearchBatchResponse> responseObserver) voidPointsInternalGrpc.PointsInternalStub.searchBatch(PointsInternalService.SearchBatchPointsInternal request, io.grpc.stub.StreamObserver<Points.SearchBatchResponse> responseObserver)