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