Package io.qdrant.client.grpc
Interface Points.FilterOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Points.Filter
,Points.Filter.Builder
- Enclosing class:
- Points
public static interface Points.FilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetMust
(int index) All conditions must matchint
All conditions must matchAll conditions must matchgetMustNot
(int index) All conditions must NOT matchint
All conditions must NOT matchAll conditions must NOT matchgetMustNotOrBuilder
(int index) All conditions must NOT matchList<? extends Points.ConditionOrBuilder>
All conditions must NOT matchgetMustOrBuilder
(int index) All conditions must matchList<? extends Points.ConditionOrBuilder>
All conditions must matchgetShould
(int index) At least one of those conditions should matchint
At least one of those conditions should matchAt least one of those conditions should matchgetShouldOrBuilder
(int index) At least one of those conditions should matchList<? extends Points.ConditionOrBuilder>
At least one of those conditions should matchMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getShouldList
List<Points.Condition> getShouldList()At least one of those conditions should match
repeated .qdrant.Condition should = 1;
-
getShould
At least one of those conditions should match
repeated .qdrant.Condition should = 1;
-
getShouldCount
int getShouldCount()At least one of those conditions should match
repeated .qdrant.Condition should = 1;
-
getShouldOrBuilderList
List<? extends Points.ConditionOrBuilder> getShouldOrBuilderList()At least one of those conditions should match
repeated .qdrant.Condition should = 1;
-
getShouldOrBuilder
At least one of those conditions should match
repeated .qdrant.Condition should = 1;
-
getMustList
List<Points.Condition> getMustList()All conditions must match
repeated .qdrant.Condition must = 2;
-
getMust
All conditions must match
repeated .qdrant.Condition must = 2;
-
getMustCount
int getMustCount()All conditions must match
repeated .qdrant.Condition must = 2;
-
getMustOrBuilderList
List<? extends Points.ConditionOrBuilder> getMustOrBuilderList()All conditions must match
repeated .qdrant.Condition must = 2;
-
getMustOrBuilder
All conditions must match
repeated .qdrant.Condition must = 2;
-
getMustNotList
List<Points.Condition> getMustNotList()All conditions must NOT match
repeated .qdrant.Condition must_not = 3;
-
getMustNot
All conditions must NOT match
repeated .qdrant.Condition must_not = 3;
-
getMustNotCount
int getMustNotCount()All conditions must NOT match
repeated .qdrant.Condition must_not = 3;
-
getMustNotOrBuilderList
List<? extends Points.ConditionOrBuilder> getMustNotOrBuilderList()All conditions must NOT match
repeated .qdrant.Condition must_not = 3;
-
getMustNotOrBuilder
All conditions must NOT match
repeated .qdrant.Condition must_not = 3;
-