TermFacetResult

class TermFacetResult : FacetResult<FrequentTerm>

Functions

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

Properties

Link copied to clipboard
open override val categories: List<CategoryResult<FrequentTerm>>

The categories returned by the server, and the number of query results whose facet field matched each category.

Link copied to clipboard
open override val field: String

The name of the field the facet was built on.

Link copied to clipboard
open override val missing: Long

The number of query results that did not have a value for the facet field.

Link copied to clipboard
open override val name: String

The arbitrary name associated with this facet.

Link copied to clipboard
open override val other: Long

The number of query results that had a value for the facet field, but whose value was not in any of the returned categories.

Link copied to clipboard
open override val total: Long

The number of query results that had a value for the facet field.