Class StoreIndexFullTextArgs


  • public final class StoreIndexFullTextArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • caseSensitive

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> caseSensitive()
        Returns:
        Whether the case sensitive for the field. Default to false. It is valid when "type" is "text" or "json".
      • includeChinese

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> includeChinese()
        Returns:
        Whether includes the chinese for the field. Default to false. It is valid when "type" is "text" or "json".
      • token

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> token()
        Returns:
        The string of several split words, like "\r", "#". It is valid when "type" is "text" or "json".