Package | Description |
---|---|
com.amazonaws.services.cloudsearchv2.model |
Classes modeling the various types represented by AmazonCloudSearchv2.
|
Modifier and Type | Method and Description |
---|---|
DocumentSuggesterOptions |
Suggester.getDocumentSuggesterOptions()
Options for a search suggester.
|
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)
Options for a search suggester.
|
Suggester |
Suggester.withDocumentSuggesterOptions(DocumentSuggesterOptions documentSuggesterOptions)
Options for a search suggester.
|
Copyright © 2014. All rights reserved.