StoreIndexFieldSearchJsonKey

data class StoreIndexFieldSearchJsonKey(val alias: String? = null, val docValue: Boolean? = null, val name: String, val type: String? = null)

Constructors

Link copied to clipboard
constructor(alias: String? = null, docValue: Boolean? = null, name: String, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val alias: String? = null

The alias of one field.

Link copied to clipboard
val docValue: Boolean? = null

Whether to enable statistics. default to true.

Link copied to clipboard

When using the json_keys field, this field is required.

Link copied to clipboard
val type: String? = null

The type of one field. Valid values: "long", "text", "double". Default to "long"