Uses of Interface
software.amazon.awssdk.services.cloudsearch.model.DocumentSuggesterOptions.Builder
-
Packages that use DocumentSuggesterOptions.Builder Package Description software.amazon.awssdk.services.cloudsearch.model -
-
Uses of DocumentSuggesterOptions.Builder in software.amazon.awssdk.services.cloudsearch.model
Methods in software.amazon.awssdk.services.cloudsearch.model that return DocumentSuggesterOptions.Builder Modifier and Type Method Description static DocumentSuggesterOptions.BuilderDocumentSuggesterOptions. builder()DocumentSuggesterOptions.BuilderDocumentSuggesterOptions.Builder. fuzzyMatching(String fuzzyMatching)The level of fuzziness allowed when suggesting matches for a string:none,low, orhigh.DocumentSuggesterOptions.BuilderDocumentSuggesterOptions.Builder. fuzzyMatching(SuggesterFuzzyMatching fuzzyMatching)The level of fuzziness allowed when suggesting matches for a string:none,low, orhigh.DocumentSuggesterOptions.BuilderDocumentSuggesterOptions.Builder. sortExpression(String sortExpression)An expression that computes a score for each suggestion to control how they are sorted.DocumentSuggesterOptions.BuilderDocumentSuggesterOptions.Builder. sourceField(String sourceField)The name of the index field you want to use for suggestions.DocumentSuggesterOptions.BuilderDocumentSuggesterOptions. toBuilder()Methods in software.amazon.awssdk.services.cloudsearch.model that return types with arguments of type DocumentSuggesterOptions.Builder Modifier and Type Method Description static Class<? extends DocumentSuggesterOptions.Builder>DocumentSuggesterOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudsearch.model with type arguments of type DocumentSuggesterOptions.Builder Modifier and Type Method Description default Suggester.BuilderSuggester.Builder. documentSuggesterOptions(Consumer<DocumentSuggesterOptions.Builder> documentSuggesterOptions)Sets the value of the DocumentSuggesterOptions property for this object.
-