| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudsearch.model |
| Modifier and Type | Method and Description |
|---|---|
static DocumentSuggesterOptions.Builder |
DocumentSuggesterOptions.builder() |
DocumentSuggesterOptions.Builder |
DocumentSuggesterOptions.Builder.fuzzyMatching(String fuzzyMatching)
The level of fuzziness allowed when suggesting matches for a string:
none, low, or
high. |
DocumentSuggesterOptions.Builder |
DocumentSuggesterOptions.Builder.fuzzyMatching(SuggesterFuzzyMatching fuzzyMatching)
The level of fuzziness allowed when suggesting matches for a string:
none, low, or
high. |
DocumentSuggesterOptions.Builder |
DocumentSuggesterOptions.Builder.sortExpression(String sortExpression)
An expression that computes a score for each suggestion to control how they are sorted.
|
DocumentSuggesterOptions.Builder |
DocumentSuggesterOptions.Builder.sourceField(String sourceField)
The name of the index field you want to use for suggestions.
|
DocumentSuggesterOptions.Builder |
DocumentSuggesterOptions.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DocumentSuggesterOptions.Builder> |
DocumentSuggesterOptions.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Suggester.Builder |
Suggester.Builder.documentSuggesterOptions(Consumer<DocumentSuggesterOptions.Builder> documentSuggesterOptions)
Sets the value of the DocumentSuggesterOptions property for this object.
|
Copyright © 2022. All rights reserved.