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 DocumentSuggesterOptions
DocumentSuggesterOptions. clone()
DocumentSuggesterOptions
Suggester. getDocumentSuggesterOptions()
DocumentSuggesterOptions
DocumentSuggesterOptions. withFuzzyMatching(SuggesterFuzzyMatching fuzzyMatching)
The level of fuzziness allowed when suggesting matches for a string:none
,low
, orhigh
.DocumentSuggesterOptions
DocumentSuggesterOptions. withFuzzyMatching(String fuzzyMatching)
The level of fuzziness allowed when suggesting matches for a string:none
,low
, orhigh
.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.Methods in com.amazonaws.services.cloudsearchv2.model with parameters of type DocumentSuggesterOptions Modifier and Type Method Description void
Suggester. setDocumentSuggesterOptions(DocumentSuggesterOptions documentSuggesterOptions)
Suggester
Suggester. withDocumentSuggesterOptions(DocumentSuggesterOptions documentSuggesterOptions)
-