Uses of Class
io.qdrant.client.grpc.Points.Match
Packages that use Points.Match
-
Uses of Points.Match in io.qdrant.client.grpc
Methods in io.qdrant.client.grpc that return Points.MatchModifier and TypeMethodDescriptionPoints.Match.Builder.build()
Points.Match.Builder.buildPartial()
static Points.Match
Points.Match.getDefaultInstance()
Points.Match.Builder.getDefaultInstanceForType()
Points.Match.getDefaultInstanceForType()
Points.FieldCondition.Builder.getMatch()
Check if point has field with a given valuePoints.FieldCondition.getMatch()
Check if point has field with a given valuePoints.FieldConditionOrBuilder.getMatch()
Check if point has field with a given valuestatic Points.Match
Points.Match.parseDelimitedFrom
(InputStream input) static Points.Match
Points.Match.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.Match
Points.Match.parseFrom
(byte[] data) static Points.Match
Points.Match.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.Match
Points.Match.parseFrom
(com.google.protobuf.ByteString data) static Points.Match
Points.Match.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.Match
Points.Match.parseFrom
(com.google.protobuf.CodedInputStream input) static Points.Match
Points.Match.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.Match
Points.Match.parseFrom
(InputStream input) static Points.Match
Points.Match.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.Match
Points.Match.parseFrom
(ByteBuffer data) static Points.Match
Points.Match.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.qdrant.client.grpc that return types with arguments of type Points.MatchModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.Match>
Points.Match.getParserForType()
static com.google.protobuf.Parser<Points.Match>
Points.Match.parser()
Methods in io.qdrant.client.grpc with parameters of type Points.MatchModifier and TypeMethodDescriptionPoints.Match.Builder.mergeFrom
(Points.Match other) Points.FieldCondition.Builder.mergeMatch
(Points.Match value) Check if point has field with a given valuestatic Points.Match.Builder
Points.Match.newBuilder
(Points.Match prototype) Points.FieldCondition.Builder.setMatch
(Points.Match value) Check if point has field with a given value -
Uses of Points.Match in io.qdrant.client.utils
Methods in io.qdrant.client.utils that return Points.MatchModifier and TypeMethodDescriptionstatic Points.Match
FilterUtil.match
(boolean value) Creates aPoints.Match
condition for boolean matching.static Points.Match
FilterUtil.match
(long value) Creates aPoints.Match
condition for integer matching.static Points.Match
Creates aPoints.Match
condition for string matching.static Points.Match
FilterUtil.matchWithIntegers
(List<Long> integers) Creates aPoints.Match
condition with a list of integers for matching.static Points.Match
FilterUtil.matchWithKeywords
(List<String> keywords) Creates aPoints.Match
condition with a list of keywords for matching.Methods in io.qdrant.client.utils with parameters of type Points.MatchModifier and TypeMethodDescriptionstatic Points.Condition
FilterUtil.fieldCondition
(String key, Points.Match match) Creates aPoints.Condition
with aPoints.FieldCondition
for text matching.