Uses of Class
io.qdrant.client.grpc.Points.WithPayloadSelector
-
Uses of Points.WithPayloadSelector in io.qdrant.client
Modifier and TypeMethodDescriptionQdrantClient.getPoints
(String collectionName, Iterable<? extends Points.PointId> points, Points.WithVectorsSelector withVectors, Points.WithPayloadSelector withPayload, Points.ReadConsistencyType readConsistency) Retrieves points from a collection. -
Uses of Points.WithPayloadSelector in io.qdrant.client.grpc
Modifier and TypeMethodDescriptionPoints.WithPayloadSelector.Builder.build()
Points.WithPayloadSelector.Builder.buildPartial()
static Points.WithPayloadSelector
Points.WithPayloadSelector.getDefaultInstance()
Points.WithPayloadSelector.Builder.getDefaultInstanceForType()
Points.WithPayloadSelector.getDefaultInstanceForType()
Points.GetPoints.Builder.getWithPayload()
Options for specifying which payload to include or notPoints.GetPoints.getWithPayload()
Options for specifying which payload to include or notPoints.GetPointsOrBuilder.getWithPayload()
Options for specifying which payload to include or notPoints.RecommendPointGroups.Builder.getWithPayload()
Options for specifying which payload to include or notPoints.RecommendPointGroups.getWithPayload()
Options for specifying which payload to include or notPoints.RecommendPointGroupsOrBuilder.getWithPayload()
Options for specifying which payload to include or notPoints.RecommendPoints.Builder.getWithPayload()
Options for specifying which payload to include or notPoints.RecommendPoints.getWithPayload()
Options for specifying which payload to include or notPoints.RecommendPointsOrBuilder.getWithPayload()
Options for specifying which payload to include or notPoints.ScrollPoints.Builder.getWithPayload()
Options for specifying which payload to include or notPoints.ScrollPoints.getWithPayload()
Options for specifying which payload to include or notPoints.ScrollPointsOrBuilder.getWithPayload()
Options for specifying which payload to include or notPoints.SearchPointGroups.Builder.getWithPayload()
Options for specifying which payload to include or notPoints.SearchPointGroups.getWithPayload()
Options for specifying which payload to include or notPoints.SearchPointGroupsOrBuilder.getWithPayload()
Options for specifying which payload to include or notPoints.SearchPoints.Builder.getWithPayload()
Options for specifying which payload to include or notPoints.SearchPoints.getWithPayload()
Options for specifying which payload to include or notPoints.SearchPointsOrBuilder.getWithPayload()
Options for specifying which payload to include or notPoints.WithLookup.Builder.getWithPayload()
Options for specifying which payload to include (or not)Points.WithLookup.getWithPayload()
Options for specifying which payload to include (or not)Points.WithLookupOrBuilder.getWithPayload()
Options for specifying which payload to include (or not)static Points.WithPayloadSelector
Points.WithPayloadSelector.parseDelimitedFrom
(InputStream input) static Points.WithPayloadSelector
Points.WithPayloadSelector.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.WithPayloadSelector
Points.WithPayloadSelector.parseFrom
(byte[] data) static Points.WithPayloadSelector
Points.WithPayloadSelector.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.WithPayloadSelector
Points.WithPayloadSelector.parseFrom
(com.google.protobuf.ByteString data) static Points.WithPayloadSelector
Points.WithPayloadSelector.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.WithPayloadSelector
Points.WithPayloadSelector.parseFrom
(com.google.protobuf.CodedInputStream input) static Points.WithPayloadSelector
Points.WithPayloadSelector.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.WithPayloadSelector
Points.WithPayloadSelector.parseFrom
(InputStream input) static Points.WithPayloadSelector
Points.WithPayloadSelector.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.WithPayloadSelector
Points.WithPayloadSelector.parseFrom
(ByteBuffer data) static Points.WithPayloadSelector
Points.WithPayloadSelector.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.WithPayloadSelector>
Points.WithPayloadSelector.getParserForType()
static com.google.protobuf.Parser<Points.WithPayloadSelector>
Points.WithPayloadSelector.parser()
Modifier and TypeMethodDescriptionPoints.WithPayloadSelector.Builder.mergeFrom
(Points.WithPayloadSelector other) Points.GetPoints.Builder.mergeWithPayload
(Points.WithPayloadSelector value) Options for specifying which payload to include or notPoints.RecommendPointGroups.Builder.mergeWithPayload
(Points.WithPayloadSelector value) Options for specifying which payload to include or notPoints.RecommendPoints.Builder.mergeWithPayload
(Points.WithPayloadSelector value) Options for specifying which payload to include or notPoints.ScrollPoints.Builder.mergeWithPayload
(Points.WithPayloadSelector value) Options for specifying which payload to include or notPoints.SearchPointGroups.Builder.mergeWithPayload
(Points.WithPayloadSelector value) Options for specifying which payload to include or notPoints.SearchPoints.Builder.mergeWithPayload
(Points.WithPayloadSelector value) Options for specifying which payload to include or notPoints.WithLookup.Builder.mergeWithPayload
(Points.WithPayloadSelector value) Options for specifying which payload to include (or not)Points.WithPayloadSelector.newBuilder
(Points.WithPayloadSelector prototype) Points.GetPoints.Builder.setWithPayload
(Points.WithPayloadSelector value) Options for specifying which payload to include or notPoints.RecommendPointGroups.Builder.setWithPayload
(Points.WithPayloadSelector value) Options for specifying which payload to include or notPoints.RecommendPoints.Builder.setWithPayload
(Points.WithPayloadSelector value) Options for specifying which payload to include or notPoints.ScrollPoints.Builder.setWithPayload
(Points.WithPayloadSelector value) Options for specifying which payload to include or notPoints.SearchPointGroups.Builder.setWithPayload
(Points.WithPayloadSelector value) Options for specifying which payload to include or notPoints.SearchPoints.Builder.setWithPayload
(Points.WithPayloadSelector value) Options for specifying which payload to include or notPoints.WithLookup.Builder.setWithPayload
(Points.WithPayloadSelector value) Options for specifying which payload to include (or not) -
Uses of Points.WithPayloadSelector in io.qdrant.client.utils
Modifier and TypeMethodDescriptionstatic Points.WithPayloadSelector
SelectorUtil.withPayload()
Creates aPoints.WithPayloadSelector
with the enable flag set to true.static Points.WithPayloadSelector
SelectorUtil.withPayload
(String... fields) Creates aPoints.WithPayloadSelector
with the specified fields included in the payload.