Index Document Metadata Configuration Update Relevance Args
data class IndexDocumentMetadataConfigurationUpdateRelevanceArgs(val duration: Output<String>? = null, val freshness: Output<Boolean>? = null, val importance: Output<Int>? = null, val rankOrder: Output<String>? = null, val valuesImportanceMap: Output<Map<String, Int>>? = null) : ConvertibleToJava<IndexDocumentMetadataConfigurationUpdateRelevanceArgs>
Constructors
Properties
Link copied to clipboard
The relative importance of the field in the search. Larger numbers provide more of a boost than smaller numbers. Minimum value of 1. Maximum value of 10.
Link copied to clipboard
A list of values that should be given a different boost when they appear in the result list. For more information, refer to ValueImportanceMap.