elasticmagic-kt
0.0.30
elasticmagic-query-filters
/
dev.evo.elasticmagic.qf
/
FacetExpressionValue
Facet
Expression
Value
data
class
FacetExpressionValue
(
val
name
:
String
,
val
selected
:
Boolean
,
val
docCount
:
Long
)
Constructors
Properties
Constructors
Facet
Expression
Value
Link copied to clipboard
fun
FacetExpressionValue
(
name
:
String
,
selected
:
Boolean
,
docCount
:
Long
)
Properties
doc
Count
Link copied to clipboard
val
docCount
:
Long
name
Link copied to clipboard
val
name
:
String
selected
Link copied to clipboard
val
selected
:
Boolean