Package com.ibm.cloud.cloudant.v1.model
Class PostSearchAnalyzeOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.PostSearchAnalyzeOptions
- All Implemented Interfaces:
 ObjectModel
The postSearchAnalyze options.
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceThe analyzer type that is being used at the tokenization.static classBuilder. - 
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString 
- 
Method Details
- 
newBuilder
New builder.- Returns:
 - a PostSearchAnalyzeOptions builder
 
 - 
analyzer
Gets the analyzer. The analyzer type that is being used at the tokenization.- Returns:
 - the analyzer
 
 - 
text
Gets the text. The text to tokenize with the analyzer.- Returns:
 - the text
 
 
 -