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.
  • Method Details

    • 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