@Stability(value=Stable) @Internal public static final class CfnIndex.RelevanceProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnIndex.RelevanceProperty
CfnIndex.RelevancePropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnIndex.RelevanceProperty.Builder, CfnIndex.RelevanceProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnIndex.RelevanceProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnIndex.CapacityUnitsConfigurationProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDuration()
Specifies the time period that the boost applies to.
|
Object |
getFreshness()
Indicates that this field determines how "fresh" a document is.
|
Number |
getImportance()
The relative importance of the field in the search.
|
String |
getRankOrder()
Determines how values should be interpreted.
|
Object |
getValueImportanceItems()
An array of key-value pairs that contains an array of values that should be given a different boost when they appear in the search result list.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnIndex.RelevanceProperty.Builder builder)
CfnIndex.CapacityUnitsConfigurationProperty.Builder.public final String getDuration()
CfnIndex.RelevancePropertyFor example, to make the boost apply to documents with the field value within the last month, you would use "2628000s". Once the field value is beyond the specified range, the effect of the boost drops off. The higher the importance, the faster the effect drops off. If you don't specify a value, the default is 3 months. The value of the field is a numeric string followed by the character "s", for example "86400s" for one day, or "604800s" for one week.
Only applies to DATE fields.
getDuration in interface CfnIndex.RelevancePropertypublic final Object getFreshness()
CfnIndex.RelevanceProperty
For example, if document 1 was created on November 5, and document 2 was created on October 31, document 1 is "fresher" than document 2. You can only set the Freshness field on one DATE type field. Only applies to DATE fields.
getFreshness in interface CfnIndex.RelevancePropertypublic final Number getImportance()
CfnIndex.RelevancePropertyLarger numbers provide more of a boost than smaller numbers.
getImportance in interface CfnIndex.RelevancePropertypublic final String getRankOrder()
CfnIndex.RelevanceProperty
When the RankOrder field is ASCENDING , higher numbers are better. For example, a document with a rating score of 10 is higher ranking than a document with a rating score of 1.
When the RankOrder field is DESCENDING , lower numbers are better. For example, in a task tracking application, a priority 1 task is more important than a priority 5 task.
Only applies to LONG and DOUBLE fields.
getRankOrder in interface CfnIndex.RelevancePropertypublic final Object getValueImportanceItems()
CfnIndex.RelevancePropertyFor example, if you are boosting query terms that match the department field in the result, query terms that match the department field are boosted in the result. You can add entries from the department field to boost documents with those values higher.
For example, you can add entries to the map with names of departments. If you add "HR", 5 and "Legal",3 those departments are given special attention when they appear in the metadata of a document.
getValueImportanceItems in interface CfnIndex.RelevanceProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.