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