kdrant
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kdrant
kdrant-core
/
dev.kdrant.model
/
MinShould
Min
Should
@
Serializable
data
class
MinShould
(
val
conditions
:
List
<
Condition
>
,
val
minCount
:
Int
)
The
min_should
clause: at least
minCount
of
conditions
must match.
Members
Constructors
Min
Should
Link copied to clipboard
constructor
(
conditions
:
List
<
Condition
>
,
minCount
:
Int
)
Properties
conditions
Link copied to clipboard
@
SerialName
(
value
=
"conditions"
)
val
conditions
:
List
<
Condition
>
min
Count
Link copied to clipboard
@
SerialName
(
value
=
"min_count"
)
val
minCount
:
Int