Class Suggester
java.lang.Object
com.amazonaws.services.cloudsearchv2.model.Suggester
- All Implemented Interfaces:
Serializable
,Cloneable
Configuration information for a search suggester. Each suggester has a unique
name and specifies the text field you want to use for suggestions. The
following options can be configured for a suggester:
FuzzyMatching
, SortExpression
.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
void
setDocumentSuggesterOptions
(DocumentSuggesterOptions documentSuggesterOptions) void
setSuggesterName
(String suggesterName) toString()
Returns a string representation of this object; useful for testing and debugging.withDocumentSuggesterOptions
(DocumentSuggesterOptions documentSuggesterOptions) withSuggesterName
(String suggesterName)
-
Constructor Details
-
Suggester
public Suggester()
-
-
Method Details
-
setSuggesterName
- Parameters:
suggesterName
-
-
getSuggesterName
- Returns:
-
withSuggesterName
- Parameters:
suggesterName
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDocumentSuggesterOptions
- Parameters:
documentSuggesterOptions
-
-
getDocumentSuggesterOptions
- Returns:
-
withDocumentSuggesterOptions
- Parameters:
documentSuggesterOptions
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-