SearchIndexSchemaFieldSchema

data class SearchIndexSchemaFieldSchema(val analyzer: String? = null, val enableSortAndAgg: Boolean? = null, val fieldName: String, val fieldType: String, val index: Boolean? = null, val isArray: Boolean? = null, val store: Boolean? = null)

Constructors

Link copied to clipboard
constructor(analyzer: String? = null, enableSortAndAgg: Boolean? = null, fieldName: String, fieldType: String, index: Boolean? = null, isArray: Boolean? = null, store: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val analyzer: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val index: Boolean? = null
Link copied to clipboard
val isArray: Boolean? = null
Link copied to clipboard
val store: Boolean? = null