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