Class PostSearchAnalyzeOptions.Builder
java.lang.Object
com.ibm.cloud.cloudant.v1.model.PostSearchAnalyzeOptions.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSet the analyzer.build()
Builds a PostSearchAnalyzeOptions.Set the text.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
-
-
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
-