Search Index Schema
data class SearchIndexSchema(val fieldSchemas: List<SearchIndexSchemaFieldSchema>, val indexSettings: List<SearchIndexSchemaIndexSetting>? = null, val indexSorts: List<SearchIndexSchemaIndexSort>? = null)
Constructors
Link copied to clipboard
fun SearchIndexSchema(fieldSchemas: List<SearchIndexSchemaFieldSchema>, indexSettings: List<SearchIndexSchemaIndexSetting>? = null, indexSorts: List<SearchIndexSchemaIndexSort>? = null)