Store Index Field Search Args
data class StoreIndexFieldSearchArgs(val alias: Output<String>? = null, val caseSensitive: Output<Boolean>? = null, val enableAnalytics: Output<Boolean>? = null, val includeChinese: Output<Boolean>? = null, val jsonKeys: Output<List<StoreIndexFieldSearchJsonKeyArgs>>? = null, val name: Output<String>, val token: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<StoreIndexFieldSearchArgs>
Constructors
Link copied to clipboard
constructor(alias: Output<String>? = null, caseSensitive: Output<Boolean>? = null, enableAnalytics: Output<Boolean>? = null, includeChinese: Output<Boolean>? = null, jsonKeys: Output<List<StoreIndexFieldSearchJsonKeyArgs>>? = null, name: Output<String>, token: Output<String>? = null, type: Output<String>? = null)
Properties
Link copied to clipboard
Whether the case sensitive for the field. Default to false. It is valid when "type" is "text" or "json".
Link copied to clipboard
Whether to enable field analytics. Default to true.
Link copied to clipboard
Whether includes the chinese for the field. Default to false. It is valid when "type" is "text" or "json".
Link copied to clipboard
Use nested index when type is json