Package com.ibm.cloud.cloudant.v1.model
Class PostSearchAnalyzeOptions.Builder
java.lang.Object
com.ibm.cloud.cloudant.v1.model.PostSearchAnalyzeOptions.Builder
- Enclosing class:
PostSearchAnalyzeOptions
Builder.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSet the analyzer.build()
Builds a PostSearchAnalyzeOptions.Set the text.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
Instantiates a new builder with required properties.- Parameters:
analyzer
- the analyzertext
- the text
-
-
Method Details
-
build
Builds a PostSearchAnalyzeOptions.- Returns:
- the new PostSearchAnalyzeOptions instance
-
analyzer
Set the analyzer.- Parameters:
analyzer
- the analyzer- Returns:
- the PostSearchAnalyzeOptions builder
-
text
Set the text.- Parameters:
text
- the text- Returns:
- the PostSearchAnalyzeOptions builder
-