FacetRangeFilterResult
fun <T> FacetRangeFilterResult(name: String, paramName: String, from: T?, to: T?, count: Long, aggs: Map<String, AggregationResult>)
Parameters
name
name of the FacetRangeFilter
from
value that was applied to a search query via FieldOperations.gte
to
value that was applied to a search query via FieldOperations.lte
count
number of documents that have a value in the FacetRangeFilter.field
aggs
results of additional aggregations