Uses of Class
io.qdrant.client.grpc.Points.SearchPoints
Packages that use Points.SearchPoints
-
Uses of Points.SearchPoints in io.qdrant.client
Methods in io.qdrant.client with parameters of type Points.SearchPointsModifier and TypeMethodDescriptionQdrantClient.searchPoints
(Points.SearchPoints request) Performs a search operation on the points. -
Uses of Points.SearchPoints in io.qdrant.client.grpc
Methods in io.qdrant.client.grpc that return Points.SearchPointsModifier and TypeMethodDescriptionPoints.SearchPoints.Builder.build()
Points.SearchPoints.Builder.buildPartial()
static Points.SearchPoints
Points.SearchPoints.getDefaultInstance()
Points.SearchPoints.Builder.getDefaultInstanceForType()
Points.SearchPoints.getDefaultInstanceForType()
Points.SearchBatchPoints.Builder.getSearchPoints
(int index) repeated .qdrant.SearchPoints search_points = 2;
Points.SearchBatchPoints.getSearchPoints
(int index) repeated .qdrant.SearchPoints search_points = 2;
Points.SearchBatchPointsOrBuilder.getSearchPoints
(int index) repeated .qdrant.SearchPoints search_points = 2;
static Points.SearchPoints
Points.SearchPoints.parseDelimitedFrom
(InputStream input) static Points.SearchPoints
Points.SearchPoints.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchPoints
Points.SearchPoints.parseFrom
(byte[] data) static Points.SearchPoints
Points.SearchPoints.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchPoints
Points.SearchPoints.parseFrom
(com.google.protobuf.ByteString data) static Points.SearchPoints
Points.SearchPoints.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchPoints
Points.SearchPoints.parseFrom
(com.google.protobuf.CodedInputStream input) static Points.SearchPoints
Points.SearchPoints.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchPoints
Points.SearchPoints.parseFrom
(InputStream input) static Points.SearchPoints
Points.SearchPoints.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchPoints
Points.SearchPoints.parseFrom
(ByteBuffer data) static Points.SearchPoints
Points.SearchPoints.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.qdrant.client.grpc that return types with arguments of type Points.SearchPointsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.SearchPoints>
Points.SearchPoints.getParserForType()
static io.grpc.MethodDescriptor<Points.SearchPoints,
Points.SearchResponse> PointsGrpc.getSearchMethod()
Points.SearchBatchPoints.Builder.getSearchPointsList()
repeated .qdrant.SearchPoints search_points = 2;
Points.SearchBatchPoints.getSearchPointsList()
repeated .qdrant.SearchPoints search_points = 2;
Points.SearchBatchPointsOrBuilder.getSearchPointsList()
repeated .qdrant.SearchPoints search_points = 2;
static com.google.protobuf.Parser<Points.SearchPoints>
Points.SearchPoints.parser()
Methods in io.qdrant.client.grpc with parameters of type Points.SearchPointsModifier and TypeMethodDescriptionPoints.SearchBatchPoints.Builder.addSearchPoints
(int index, Points.SearchPoints value) repeated .qdrant.SearchPoints search_points = 2;
Points.SearchBatchPoints.Builder.addSearchPoints
(Points.SearchPoints value) repeated .qdrant.SearchPoints search_points = 2;
Points.SearchPoints.Builder.mergeFrom
(Points.SearchPoints other) static Points.SearchPoints.Builder
Points.SearchPoints.newBuilder
(Points.SearchPoints prototype) default void
PointsGrpc.AsyncService.search
(Points.SearchPoints request, io.grpc.stub.StreamObserver<Points.SearchResponse> responseObserver) Retrieve closest points based on vector similarity and given filtering conditionsPointsGrpc.PointsBlockingStub.search
(Points.SearchPoints request) Retrieve closest points based on vector similarity and given filtering conditionscom.google.common.util.concurrent.ListenableFuture<Points.SearchResponse>
PointsGrpc.PointsFutureStub.search
(Points.SearchPoints request) Retrieve closest points based on vector similarity and given filtering conditionsvoid
PointsGrpc.PointsStub.search
(Points.SearchPoints request, io.grpc.stub.StreamObserver<Points.SearchResponse> responseObserver) Retrieve closest points based on vector similarity and given filtering conditionsPoints.SearchBatchPoints.Builder.setSearchPoints
(int index, Points.SearchPoints value) repeated .qdrant.SearchPoints search_points = 2;
Method parameters in io.qdrant.client.grpc with type arguments of type Points.SearchPointsModifier and TypeMethodDescriptionPoints.SearchBatchPoints.Builder.addAllSearchPoints
(Iterable<? extends Points.SearchPoints> values) repeated .qdrant.SearchPoints search_points = 2;