elasticmagic-kt
0.0.30
elasticmagic-query-filters
/
dev.evo.elasticmagic.qf
/
AttrBoolFacetFilterResult
Attr
Bool
Facet
Filter
Result
data
class
AttrBoolFacetFilterResult
(
val
name
:
String
,
val
paramName
:
String
,
val
facets
:
Map
<
Int
,
AttrBoolFacet
>
)
:
FilterResult
,
Iterable
<
Map.Entry
<
Int
,
AttrBoolFacet
>
>
Constructors
Functions
Properties
Constructors
Attr
Bool
Facet
Filter
Result
Link copied to clipboard
fun
AttrBoolFacetFilterResult
(
name
:
String
,
paramName
:
String
,
facets
:
Map
<
Int
,
AttrBoolFacet
>
)
Functions
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
Iterator
<
Map.Entry
<
Int
,
AttrBoolFacet
>
>
Properties
facets
Link copied to clipboard
val
facets
:
Map
<
Int
,
AttrBoolFacet
>
name
Link copied to clipboard
open
override
val
name
:
String
param
Name
Link copied to clipboard
open
override
val
paramName
:
String