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
Nested Classes Modifier and Type Class Description static interface
PostSearchAnalyzeOptions.Analyzer
The analyzer type that is being used at the tokenization.static class
PostSearchAnalyzeOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
analyzer()
Gets the analyzer.PostSearchAnalyzeOptions.Builder
newBuilder()
New builder.String
text()
Gets the text.
-
-
-
Method Detail
-
newBuilder
public PostSearchAnalyzeOptions.Builder newBuilder()
New builder.- Returns:
- a PostSearchAnalyzeOptions builder
-
analyzer
public String analyzer()
Gets the analyzer. The analyzer type that is being used at the tokenization.- Returns:
- the analyzer
-
text
public String text()
Gets the text. The text to tokenize with the analyzer.- Returns:
- the text
-
-