DateOptions

Options for a date field. Dates and times are specified in UTC (Coordinated Universal Time) according to IETF RFC3339: yyyy-mm-ddT00:00:00Z. Present if IndexFieldType specifies the field is of type date. All options are enabled by default.

Types

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

Properties

Link copied to clipboard

A value to use for the field if the field isn't specified for a document.

Link copied to clipboard

Whether facet information can be returned for the field.

Link copied to clipboard

Whether the contents of the field can be returned in the search results.

Link copied to clipboard

Whether the contents of the field are searchable.

Link copied to clipboard

Whether the field can be used to sort the search results.

Link copied to clipboard

A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Functions

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