Builder

class Builder

Properties

Link copied to clipboard

The filter clause to apply to the search. Supports nested AND/OR logic with attribute-level and map-level filters.

Link copied to clipboard

The maximum number of results to return in the response.

Link copied to clipboard

A continuation token, if this is a continuation call.

Link copied to clipboard

The text to search for. At least one of searchText or filterClause must be provided.

Link copied to clipboard

The sort criteria for the search results.

Functions

Link copied to clipboard
fun sort(block: SearchSort.Builder.() -> Unit)