SearchResponse

The result of a Search request. Contains the documents that match the specified search criteria and any requested fields, highlights, and facet information.

Types

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

Properties

Link copied to clipboard

The requested facet information.

Link copied to clipboard
val hits: Hits?

The documents that match the search criteria.

Link copied to clipboard

The requested field statistics information.

Link copied to clipboard

The status information returned for the search request.

Functions

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