DocumentSuggesterOptions |
DocumentSuggesterOptions.clone() |
DocumentSuggesterOptions |
Suggester.getDocumentSuggesterOptions() |
DocumentSuggesterOptions |
DocumentSuggesterOptions.withFuzzyMatching(java.lang.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(java.lang.String sortExpression)
An expression that computes a score for each suggestion to control how
they are sorted.
|
DocumentSuggesterOptions |
DocumentSuggesterOptions.withSourceField(java.lang.String sourceField)
The name of the index field you want to use for suggestions.
|