StoreIndexFullText

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

Constructors

Link copied to clipboard
constructor(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. Default to false.

Link copied to clipboard
val includeChinese: Boolean? = null

Whether includes the chinese. Default to false.

Link copied to clipboard
val token: String? = null

The string of several split words, like "\r", "#"