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:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class PostSearchAnalyzeOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The postSearchAnalyze options.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
The analyzer type that is being used at the tokenization.static class
Builder. -
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
-