Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.19 KB

File metadata and controls

37 lines (31 loc) · 1.19 KB

SearchJsonQueryV2

SearchJsonQueryV2

This is a discriminator type and does not contain any fields. Instead, it is a union of of the models listed below.

This discriminator class uses the type field to differentiate between classes.

Class Value
OrQueryV2 or
InQuery in
DoesNotIntersectPolygonQuery doesNotIntersectPolygon
LtQueryV2 lt
DoesNotIntersectBoundingBoxQuery doesNotIntersectBoundingBox
EqualsQueryV2 eq
ContainsAllTermsQuery containsAllTerms
GtQueryV2 gt
WithinDistanceOfQuery withinDistanceOf
WithinBoundingBoxQuery withinBoundingBox
ContainsQueryV2 contains
NotQueryV2 not
IntersectsBoundingBoxQuery intersectsBoundingBox
AndQueryV2 and
IsNullQueryV2 isNull
ContainsAllTermsInOrderPrefixLastTerm containsAllTermsInOrderPrefixLastTerm
ContainsAnyTermQuery containsAnyTerm
GteQueryV2 gte
ContainsAllTermsInOrderQuery containsAllTermsInOrder
WithinPolygonQuery withinPolygon
IntersectsPolygonQuery intersectsPolygon
LteQueryV2 lte
StartsWithQuery startsWith

[Back to Model list] [Back to API list] [Back to README]