SearchIndexRequest

Types

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

Properties

Link copied to clipboard

The search index name.

Link copied to clipboard

The maximum number of results to return per page at one time. The response might contain fewer results but will never contain more.

Link copied to clipboard

The token used to get the next set of results, or null if there are no additional results.

Link copied to clipboard

The search query string. For more information about the search query syntax, see Query syntax.

Link copied to clipboard

The query version.

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