From b883c02e52110cd7a337a4fe1ee2b033d1800c56 Mon Sep 17 00:00:00 2001 From: cloudant-sdks-automation <71659186+cloudant-sdks-automation@users.noreply.github.com> Date: Thu, 19 Feb 2026 10:43:08 +0000 Subject: [PATCH] feat(generated): update API definition to 1.0.0-dev0.1.34 Generated SDK source code using: - Generator version 3.111.0 - Specification version 1.0.0-dev0.1.34 - Automation (cloudant-sdks) version 7b856f8 --- ibmcloudant/cloudant_v1.py | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/ibmcloudant/cloudant_v1.py b/ibmcloudant/cloudant_v1.py index ec2496f2..7f4cc63c 100644 --- a/ibmcloudant/cloudant_v1.py +++ b/ibmcloudant/cloudant_v1.py @@ -9649,7 +9649,9 @@ class Analyzer: * For query text indexes the default is `keyword` * For a query text index default_field the default is `standard`. :param List[str] stopwords: (optional) Custom stopwords to use with the named - analyzer. + analyzer where supported. Not used for `keyword`, `simple`, `whitespace`, + `simple_asciifolding` or `perfield` analyzers. Ensure stopwords match the folded + case for analyzers that perform folding. """ def __init__( @@ -9668,7 +9670,9 @@ def __init__( * For query text indexes the default is `keyword` * For a query text index default_field the default is `standard`. :param List[str] stopwords: (optional) Custom stopwords to use with the - named analyzer. + named analyzer where supported. Not used for `keyword`, `simple`, + `whitespace`, `simple_asciifolding` or `perfield` analyzers. Ensure + stopwords match the folded case for analyzers that perform folding. """ self.name = name self.stopwords = stopwords @@ -9782,7 +9786,9 @@ class AnalyzerConfiguration: * For query text indexes the default is `keyword` * For a query text index default_field the default is `standard`. :param List[str] stopwords: (optional) Custom stopwords to use with the named - analyzer. + analyzer where supported. Not used for `keyword`, `simple`, `whitespace`, + `simple_asciifolding` or `perfield` analyzers. Ensure stopwords match the folded + case for analyzers that perform folding. :param Analyzer default: (optional) Schema for a full text search analyzer. :param dict fields: (optional) Schema for mapping a field name to a per field analyzer. @@ -9806,7 +9812,9 @@ def __init__( * For query text indexes the default is `keyword` * For a query text index default_field the default is `standard`. :param List[str] stopwords: (optional) Custom stopwords to use with the - named analyzer. + named analyzer where supported. Not used for `keyword`, `simple`, + `whitespace`, `simple_asciifolding` or `perfield` analyzers. Ensure + stopwords match the folded case for analyzers that perform folding. :param Analyzer default: (optional) Schema for a full text search analyzer. :param dict fields: (optional) Schema for mapping a field name to a per field analyzer. @@ -12271,8 +12279,8 @@ class DesignDocument: The validation function can abort the pending document write by throwing one of two error objects: ``` - // user is not authorized to make the change but may re-authenticate throw({ - unauthorized: 'Error message here.' }); + // user is not authorized to make the change but may + // re-authenticate throw({ unauthorized: 'Error message here.' }); // change is not allowed throw({ forbidden: 'Error message here.' }); ``` The function takes 4 parameters: @@ -12392,8 +12400,8 @@ def __init__( The validation function can abort the pending document write by throwing one of two error objects: ``` - // user is not authorized to make the change but may re-authenticate - throw({ unauthorized: 'Error message here.' }); + // user is not authorized to make the change but may + // re-authenticate throw({ unauthorized: 'Error message here.' }); // change is not allowed throw({ forbidden: 'Error message here.' }); ``` The function takes 4 parameters: