Hit

class Hit

Information about a document that matches the search request.

Types

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

Properties

Link copied to clipboard

The expressions returned from a document that matches the search request.

Link copied to clipboard

The fields returned from a document that matches the search request.

Link copied to clipboard

The highlights returned from a document that matches the search request.

Link copied to clipboard
val id: String?

The document ID of a document that matches the search request.

Functions

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