Uses of Class
com.amazonaws.services.cloudsearchv2.model.DocumentSuggesterOptions
Packages that use DocumentSuggesterOptions
-
Uses of DocumentSuggesterOptions in com.amazonaws.services.cloudsearchv2.model
Methods in com.amazonaws.services.cloudsearchv2.model that return DocumentSuggesterOptionsModifier and TypeMethodDescriptionDocumentSuggesterOptions.clone()Suggester.getDocumentSuggesterOptions()DocumentSuggesterOptions.withFuzzyMatching(SuggesterFuzzyMatching fuzzyMatching) The level of fuzziness allowed when suggesting matches for a string:none,low, orhigh.DocumentSuggesterOptions.withFuzzyMatching(String fuzzyMatching) The level of fuzziness allowed when suggesting matches for a string:none,low, orhigh.DocumentSuggesterOptions.withSortExpression(String sortExpression) An expression that computes a score for each suggestion to control how they are sorted.DocumentSuggesterOptions.withSourceField(String sourceField) The name of the index field you want to use for suggestions.Methods in com.amazonaws.services.cloudsearchv2.model with parameters of type DocumentSuggesterOptionsModifier and TypeMethodDescriptionvoidSuggester.setDocumentSuggesterOptions(DocumentSuggesterOptions documentSuggesterOptions) Suggester.withDocumentSuggesterOptions(DocumentSuggesterOptions documentSuggesterOptions)