CategoryResult

class CategoryResult<T : Category>

Parameters

T

For a numeric facet, this is NumericRange. For a date facet, it's DateRange. For a term facet, it's FrequentTerm.

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val category: T

The category definition.

Link copied to clipboard
val count: Long

the number of search results whose facet field belong to the associated category.

Link copied to clipboard
val name: String