Package | Description |
---|---|
com.amazonaws.services.cloudsearchv2.model |
Classes modeling the various types represented by AmazonCloudSearchv2.
|
Modifier and Type | Method and Description |
---|---|
Suggester |
SuggesterStatus.getOptions()
Configuration information for a search suggester.
|
Suggester |
DefineSuggesterRequest.getSuggester()
Configuration information for a search suggester.
|
Suggester |
Suggester.withDocumentSuggesterOptions(DocumentSuggesterOptions documentSuggesterOptions)
Options for a search suggester.
|
Suggester |
Suggester.withSuggesterName(String suggesterName)
A string that represents the name of an index field.
|
Modifier and Type | Method and Description |
---|---|
void |
SuggesterStatus.setOptions(Suggester options)
Configuration information for a search suggester.
|
void |
DefineSuggesterRequest.setSuggester(Suggester suggester)
Configuration information for a search suggester.
|
SuggesterStatus |
SuggesterStatus.withOptions(Suggester options)
Configuration information for a search suggester.
|
DefineSuggesterRequest |
DefineSuggesterRequest.withSuggester(Suggester suggester)
Configuration information for a search suggester.
|
Copyright © 2014. All rights reserved.