elasticmagic-kt
0.0.30
elasticmagic-query-filters
/
dev.evo.elasticmagic.qf
/
AttrBoolFacetFilter
/
SelectedValues
Selected
Values
data
class
SelectedValues
(
val
attrId
:
Int
,
val
values
:
List
<
Boolean
>
)
Constructors
Functions
Properties
Constructors
Selected
Values
Link copied to clipboard
fun
SelectedValues
(
attrId
:
Int
,
values
:
List
<
Boolean
>
)
Functions
filter
Expression
Link copied to clipboard
fun
filterExpression
(
field
:
FieldOperations
<
Long
>
)
:
QueryExpression
Properties
attr
Id
Link copied to clipboard
val
attrId
:
Int
values
Link copied to clipboard
val
values
:
List
<
Boolean
>