StoreIndexFullTextArgs

data class StoreIndexFullTextArgs(val caseSensitive: Output<Boolean>? = null, val includeChinese: Output<Boolean>? = null, val token: Output<String>? = null) : ConvertibleToJava<StoreIndexFullTextArgs>

Constructors

Link copied to clipboard
constructor(caseSensitive: Output<Boolean>? = null, includeChinese: Output<Boolean>? = null, token: Output<String>? = null)

Properties

Link copied to clipboard
val caseSensitive: Output<Boolean>? = null

Whether the case sensitive. Default to false.

Link copied to clipboard
val includeChinese: Output<Boolean>? = null

Whether includes the chinese. Default to false.

Link copied to clipboard
val token: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): StoreIndexFullTextArgs