SearchIndexSchemaIndexSetting

data class SearchIndexSchemaIndexSetting(val routingFields: List<String>? = null)

Constructors

Link copied to clipboard
constructor(routingFields: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val routingFields: List<String>? = null

Specifies custom routing fields. You can specify some primary key columns as routing fields. Tablestore distributes data that is written to a search index across different partitions based on the specified routing fields. The data whose routing field values are the same is distributed to the same partition.