StoreIndexFullText

data class StoreIndexFullText(val caseSensitive: Boolean? = null, val includeChinese: Boolean? = null, val token: String? = null)

Constructors

Link copied to clipboard
fun StoreIndexFullText(caseSensitive: Boolean? = null, includeChinese: Boolean? = null, token: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val caseSensitive: Boolean? = null

Whether the case sensitive for the field. Default to false. It is valid when "type" is "text" or "json".

Link copied to clipboard
val includeChinese: Boolean? = null

Whether includes the chinese for the field. Default to false. It is valid when "type" is "text" or "json".

Link copied to clipboard
val token: String? = null

The string of several split words, like "\r", "#". It is valid when "type" is "text" or "json".