FacetRangeFilterResult

data class FacetRangeFilterResult<T>(name: String, from: T?, to: T?, count: Long, aggs: Map<String, <ERROR CLASS>>) : FilterResult

FacetRangeFilterResult contains result of a FacetRangeFilter.

Parameters

name
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
aggs
  • results of additional aggregations

Constructors

FacetRangeFilterResult
Link copied to clipboard
fun <T> FacetRangeFilterResult(name: String, from: T?, to: T?, count: Long, aggs: Map<String, <ERROR CLASS>>)

Properties

aggs
Link copied to clipboard
open val aggs: Map<String, <ERROR CLASS>>
  • results of additional aggregations

count
Link copied to clipboard
val count: Long
from
Link copied to clipboard
val from: T?
  • value that was applied to a search query via FieldOperations.gte

name
Link copied to clipboard
open override val name: String
to
Link copied to clipboard
val to: T?
  • value that was applied to a search query via FieldOperations.lte