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. This maximum number cannot exceed 100. The response might contain fewer results but will never contain more. You can use nextToken to retrieve the next set of results until nextToken returns NULL.

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