DocumentAttributeValueCountPair

Provides the count of documents that match a particular document attribute or field when doing a faceted search.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int?

The number of documents in the response that have the attribute/field value for the key.

Link copied to clipboard

The value of the attribute/field. For example, "HR".

Link copied to clipboard

Contains the results of a document attribute/field that is a nested facet. A FacetResult contains the counts for each facet nested within a facet.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String