FacetRangeFilterResult
data class FacetRangeFilterResult<T>(name: String, from: T?, to: T?, count: Long, aggs: Map<String, <ERROR CLASS>>) : FilterResult
Content copied to clipboard
FacetRangeFilterResult contains result of a FacetRangeFilter.
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
Constructors
FacetRangeFilterResult
Link copied to clipboard
fun <T> FacetRangeFilterResult(name: String, from: T?, to: T?, count: Long, aggs: Map<String, <ERROR CLASS>>)
Content copied to clipboard
name of the FacetRangeFilter
Properties
count
Link copied to clipboard
number of documents that have a value in the FacetRangeFilter.field
name
Link copied to clipboard