SearchIndexSchemaArgs

data class SearchIndexSchemaArgs(val fieldSchemas: Output<List<SearchIndexSchemaFieldSchemaArgs>>, val indexSettings: Output<List<SearchIndexSchemaIndexSettingArgs>>? = null, val indexSorts: Output<List<SearchIndexSchemaIndexSortArgs>>? = null) : ConvertibleToJava<SearchIndexSchemaArgs>

Constructors

Link copied to clipboard
constructor(fieldSchemas: Output<List<SearchIndexSchemaFieldSchemaArgs>>, indexSettings: Output<List<SearchIndexSchemaIndexSettingArgs>>? = null, indexSorts: Output<List<SearchIndexSchemaIndexSortArgs>>? = null)

Properties

Link copied to clipboard

A list of field schemas. See field_schema below.

Link copied to clipboard

The settings of the search index, including routingFields. See index_setting below.

Link copied to clipboard

The presorting settings of the search index, including sorters. If no value is specified for the indexSort parameter, field values are sorted by primary key by default. See index_sort below.

Functions

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