Class CfnIndex.RelevanceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnIndex.RelevanceProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnIndex.RelevanceProperty
CfnIndex.RelevanceProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kendra.CfnIndex.RelevanceProperty
CfnIndex.RelevanceProperty.Builder, CfnIndex.RelevanceProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIndex.RelevanceProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringSpecifies the time period that the boost applies to.final ObjectIndicates that this field determines how "fresh" a document is.final NumberThe relative importance of the field in the search.final StringDetermines how values should be interpreted.final ObjectAn array of key-value pairs for different boosts when they appear in the search result list.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnIndex.RelevanceProperty.Builder.
-
-
Method Details
-
getDuration
Description copied from interface:CfnIndex.RelevancePropertySpecifies the time period that the boost applies to.For 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
DATEfields.- Specified by:
getDurationin interfaceCfnIndex.RelevanceProperty
-
getFreshness
Description copied from interface:CfnIndex.RelevancePropertyIndicates that this field determines how "fresh" a document is.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
Freshnessfield on oneDATEtype field. Only applies toDATEfields.- Specified by:
getFreshnessin interfaceCfnIndex.RelevanceProperty
-
getImportance
Description copied from interface:CfnIndex.RelevancePropertyThe relative importance of the field in the search.Larger numbers provide more of a boost than smaller numbers.
- Specified by:
getImportancein interfaceCfnIndex.RelevanceProperty
-
getRankOrder
Description copied from interface:CfnIndex.RelevancePropertyDetermines how values should be interpreted.When the
RankOrderfield isASCENDING, 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
RankOrderfield isDESCENDING, 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
LONGandDOUBLEfields.- Specified by:
getRankOrderin interfaceCfnIndex.RelevanceProperty
-
getValueImportanceItems
Description copied from interface:CfnIndex.RelevancePropertyAn array of key-value pairs for different boosts when they appear in the search result list.For example, if you want to boost query terms that match the "department" field in the result, query terms that match this 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.
- Specified by:
getValueImportanceItemsin interfaceCfnIndex.RelevanceProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-