IndexDocumentMetadataConfigurationUpdateArgs

data class IndexDocumentMetadataConfigurationUpdateArgs(val name: Output<String>, val relevance: Output<IndexDocumentMetadataConfigurationUpdateRelevanceArgs>? = null, val search: Output<IndexDocumentMetadataConfigurationUpdateSearchArgs>? = null, val type: Output<String>) : ConvertibleToJava<IndexDocumentMetadataConfigurationUpdateArgs>

Constructors

constructor(name: Output<String>, relevance: Output<IndexDocumentMetadataConfigurationUpdateRelevanceArgs>? = null, search: Output<IndexDocumentMetadataConfigurationUpdateSearchArgs>? = null, type: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the index field. Minimum length of 1. Maximum length of 30.

Link copied to clipboard

A block that provides manual tuning parameters to determine how the field affects the search results. Detailed below

Link copied to clipboard

A block that provides information about how the field is used during a search. Documented below. Detailed below

Link copied to clipboard
val type: Output<String>

The data type of the index field. Valid values are STRING_VALUE, STRING_LIST_VALUE, LONG_VALUE, DATE_VALUE.

Functions

Link copied to clipboard
open override fun toJava(): IndexDocumentMetadataConfigurationUpdateArgs