Uses of Class
com.amazonaws.services.cloudsearchv2.model.DocumentSuggesterOptions
-
Packages that use DocumentSuggesterOptions Package Description com.amazonaws.services.cloudsearchv2.model -
-
Uses of DocumentSuggesterOptions in com.amazonaws.services.cloudsearchv2.model
Methods in com.amazonaws.services.cloudsearchv2.model that return DocumentSuggesterOptions Modifier and Type Method Description DocumentSuggesterOptionsDocumentSuggesterOptions. clone()DocumentSuggesterOptionsSuggester. getDocumentSuggesterOptions()DocumentSuggesterOptionsDocumentSuggesterOptions. withFuzzyMatching(SuggesterFuzzyMatching fuzzyMatching)The level of fuzziness allowed when suggesting matches for a string:none,low, orhigh.DocumentSuggesterOptionsDocumentSuggesterOptions. withFuzzyMatching(String fuzzyMatching)The level of fuzziness allowed when suggesting matches for a string:none,low, orhigh.DocumentSuggesterOptionsDocumentSuggesterOptions. withSortExpression(String sortExpression)An expression that computes a score for each suggestion to control how they are sorted.DocumentSuggesterOptionsDocumentSuggesterOptions. 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 DocumentSuggesterOptions Modifier and Type Method Description voidSuggester. setDocumentSuggesterOptions(DocumentSuggesterOptions documentSuggesterOptions)SuggesterSuggester. withDocumentSuggesterOptions(DocumentSuggesterOptions documentSuggesterOptions)
-