Domain Index Field Args
data class DomainIndexFieldArgs(val analysisScheme: Output<String>? = null, val defaultValue: Output<String>? = null, val facet: Output<Boolean>? = null, val highlight: Output<Boolean>? = null, val name: Output<String>, val return: Output<Boolean>? = null, val search: Output<Boolean>? = null, val sort: Output<Boolean>? = null, val sourceFields: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<DomainIndexFieldArgs>
Constructors
Link copied to clipboard
constructor(analysisScheme: Output<String>? = null, defaultValue: Output<String>? = null, facet: Output<Boolean>? = null, highlight: Output<Boolean>? = null, name: Output<String>, return: Output<Boolean>? = null, search: Output<Boolean>? = null, sort: Output<Boolean>? = null, sourceFields: Output<String>? = null, type: Output<String>)
Properties
Link copied to clipboard
The analysis scheme you want to use for a text
field. The analysis scheme specifies the language-specific text processing options that are used during indexing.
Link copied to clipboard
The default value for the field. This value is used when no value is specified for the field in the document data.
Link copied to clipboard
Link copied to clipboard
A comma-separated list of source fields to map to the field. Specifying a source field copies data from one field to another, enabling you to use the same source data in different ways by configuring different options for the fields.