@Stability(value=Stable) @Internal public static final class CfnIndex.SearchProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnIndex.SearchProperty
CfnIndex.SearchPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnIndex.SearchProperty.Builder, CfnIndex.SearchProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnIndex.SearchProperty.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) |
Object |
getDisplayable()
Determines whether the field is returned in the query response.
|
Object |
getFacetable()
Indicates that the field can be used to create search facets, a count of results for each value in the field.
|
Object |
getSearchable()
Determines whether the field is used in the search.
|
Object |
getSortable()
Indicates that the field can be used to sort the search results.
|
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.SearchProperty.Builder builder)
CfnIndex.CapacityUnitsConfigurationProperty.Builder.public final Object getDisplayable()
CfnIndex.SearchProperty
The default is true .
getDisplayable in interface CfnIndex.SearchPropertypublic final Object getFacetable()
CfnIndex.SearchProperty
The default is false .
getFacetable in interface CfnIndex.SearchPropertypublic final Object getSearchable()
CfnIndex.SearchProperty
If the Searchable field is true , you can use relevance tuning to manually tune how Amazon Kendra weights the field in the search. The default is true for string fields and false for number and date fields.
getSearchable in interface CfnIndex.SearchPropertypublic final Object getSortable()
CfnIndex.SearchProperty
The default is false .
getSortable in interface CfnIndex.SearchProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.