kdrant
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kdrant
kdrant-core
/
dev.kdrant.model
/
Condition
/
Field
Field
data
class
Field
(
val
key
:
String
,
val
matcher
:
FieldMatcher
)
:
Condition
A condition on a payload field:
{"key": ..., <matcher>}
.
Members
Constructors
Field
Link copied to clipboard
constructor
(
key
:
String
,
matcher
:
FieldMatcher
)
Properties
key
Link copied to clipboard
val
key
:
String
matcher
Link copied to clipboard
val
matcher
:
FieldMatcher