| Package | Description |
|---|---|
| com.amazonaws.services.cloudsearchv2.model |
| Modifier and Type | Method and Description |
|---|---|
DocumentSuggesterOptions |
DocumentSuggesterOptions.clone() |
DocumentSuggesterOptions |
Suggester.getDocumentSuggesterOptions() |
DocumentSuggesterOptions |
DocumentSuggesterOptions.withFuzzyMatching(String fuzzyMatching)
The level of fuzziness allowed when suggesting matches for a string:
none, low, or
high. |
DocumentSuggesterOptions |
DocumentSuggesterOptions.withFuzzyMatching(SuggesterFuzzyMatching fuzzyMatching)
The level of fuzziness allowed when suggesting matches for a string:
none, low, or
high. |
DocumentSuggesterOptions |
DocumentSuggesterOptions.withSortExpression(String sortExpression)
An expression that computes a score for each suggestion to control how they are sorted.
|
DocumentSuggesterOptions |
DocumentSuggesterOptions.withSourceField(String sourceField)
The name of the index field you want to use for suggestions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Suggester.setDocumentSuggesterOptions(DocumentSuggesterOptions documentSuggesterOptions) |
Suggester |
Suggester.withDocumentSuggesterOptions(DocumentSuggesterOptions documentSuggesterOptions) |
Copyright © 2024. All rights reserved.