FacetResult

The facet values for the documents in the response.

Types

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

Properties

Link copied to clipboard

The key for the facet values. This is the same as the DocumentAttributeKey provided in the query.

Link copied to clipboard

An array of key/value pairs, where the key is the value of the attribute and the count is the number of documents that share the key value.

Link copied to clipboard

The data type of the facet value. This is the same as the type defined for the index field when it was created.

Functions

Link copied to clipboard
inline fun copy(block: FacetResult.Builder.() -> Unit = {}): FacetResult
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