Hits

class Hits

The collection of documents that match the search request.

Types

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

Properties

Link copied to clipboard

A cursor that can be used to retrieve the next set of matching documents when you want to page through a large result set.

Link copied to clipboard
val found: Long

The total number of documents that match the search request.

Link copied to clipboard
val hit: List<Hit>?

A document that matches the search request.

Link copied to clipboard
val start: Long

The index of the first matching document.

Functions

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