public static final class CfnIndex.SearchProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnIndex.SearchProperty
CfnIndex.SearchProperty
CfnIndex.SearchProperty.Builder, CfnIndex.SearchProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.Object |
getDisplayable()
Determines whether the field is returned in the query response.
|
java.lang.Object |
getFacetable()
Indicates that the field can be used to create search facets, a count of results for each value in the field.
|
java.lang.Object |
getSearchable()
Determines whether the field is used in the search.
|
java.lang.Object |
getSortable()
Indicates that the field can be used to sort the search results.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getDisplayable()
CfnIndex.SearchProperty
The default is true
.
getDisplayable
in interface CfnIndex.SearchProperty
public final java.lang.Object getFacetable()
CfnIndex.SearchProperty
The default is false
.
getFacetable
in interface CfnIndex.SearchProperty
public final java.lang.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.SearchProperty
public final java.lang.Object getSortable()
CfnIndex.SearchProperty
The default is false
.
getSortable
in interface CfnIndex.SearchProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()