@Generated(value="software.amazon.awssdk:codegen") public final class SpellCorrectionConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SpellCorrectionConfiguration.Builder,SpellCorrectionConfiguration>
Provides the configuration information for suggested query spell corrections.
Suggested spell corrections are based on words that appear in your indexed documents and how closely a corrected word matches a misspelled word.
This feature is designed with certain defaults or limits. For information on the current limits and how to request more support for some limits, see the Spell Checker documentation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SpellCorrectionConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SpellCorrectionConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
includeQuerySpellCheckSuggestions()
TRUE to suggest spell corrections for queries. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SpellCorrectionConfiguration.Builder> |
serializableBuilderClass() |
SpellCorrectionConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean includeQuerySpellCheckSuggestions()
TRUE to suggest spell corrections for queries.
TRUE to suggest spell corrections for queries.public SpellCorrectionConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SpellCorrectionConfiguration.Builder,SpellCorrectionConfiguration>public static SpellCorrectionConfiguration.Builder builder()
public static Class<? extends SpellCorrectionConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.