Search Index Schema Index Setting Args
data class SearchIndexSchemaIndexSettingArgs(val routingFields: Output<List<String>>? = null) : ConvertibleToJava<SearchIndexSchemaIndexSettingArgs>
Properties
Link copied to clipboard
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.