Uses of Class
io.qdrant.client.grpc.Points.SearchBatchResponse
-
Uses of Points.SearchBatchResponse in io.qdrant.client
Modifier and TypeMethodDescriptionQdrantClient.searchBatchPoints
(Points.SearchBatchPoints request) Performs a batch search for points. -
Uses of Points.SearchBatchResponse in io.qdrant.client.grpc
Modifier and TypeMethodDescriptionPoints.SearchBatchResponse.Builder.build()
Points.SearchBatchResponse.Builder.buildPartial()
static Points.SearchBatchResponse
Points.SearchBatchResponse.getDefaultInstance()
Points.SearchBatchResponse.Builder.getDefaultInstanceForType()
Points.SearchBatchResponse.getDefaultInstanceForType()
static Points.SearchBatchResponse
Points.SearchBatchResponse.parseDelimitedFrom
(InputStream input) static Points.SearchBatchResponse
Points.SearchBatchResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchBatchResponse
Points.SearchBatchResponse.parseFrom
(byte[] data) static Points.SearchBatchResponse
Points.SearchBatchResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchBatchResponse
Points.SearchBatchResponse.parseFrom
(com.google.protobuf.ByteString data) static Points.SearchBatchResponse
Points.SearchBatchResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchBatchResponse
Points.SearchBatchResponse.parseFrom
(com.google.protobuf.CodedInputStream input) static Points.SearchBatchResponse
Points.SearchBatchResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchBatchResponse
Points.SearchBatchResponse.parseFrom
(InputStream input) static Points.SearchBatchResponse
Points.SearchBatchResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchBatchResponse
Points.SearchBatchResponse.parseFrom
(ByteBuffer data) static Points.SearchBatchResponse
Points.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 conditionsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.SearchBatchResponse>
Points.SearchBatchResponse.getParserForType()
static io.grpc.MethodDescriptor<Points.SearchBatchPoints,
Points.SearchBatchResponse> PointsGrpc.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 conditionsModifier and TypeMethodDescriptionPoints.SearchBatchResponse.Builder.mergeFrom
(Points.SearchBatchResponse other) Points.SearchBatchResponse.newBuilder
(Points.SearchBatchResponse prototype) Modifier and TypeMethodDescriptiondefault void
PointsGrpc.AsyncService.searchBatch
(Points.SearchBatchPoints request, io.grpc.stub.StreamObserver<Points.SearchBatchResponse> responseObserver) Retrieve closest points based on vector similarity and given filtering conditionsvoid
PointsGrpc.PointsStub.searchBatch
(Points.SearchBatchPoints request, io.grpc.stub.StreamObserver<Points.SearchBatchResponse> responseObserver) Retrieve closest points based on vector similarity and given filtering conditions