Skip to content

Commit ad6a8f9

Browse files
cloudant-sdks-automationricellis
authored andcommitted
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
1 parent bcb1e70 commit ad6a8f9

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

modules/cloudant/src/main/java/com/ibm/cloud/cloudant/v1/model/Analyzer.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,9 @@ public String name() {
237237
/**
238238
* Gets the stopwords.
239239
*
240-
* Custom stopwords to use with the named analyzer.
240+
* Custom stopwords to use with the named analyzer where supported. Not used for `keyword`, `simple`, `whitespace`,
241+
* `simple_asciifolding` or `perfield` analyzers. Ensure stopwords match the folded case for analyzers that perform
242+
* folding.
241243
*
242244
* @return the stopwords
243245
*/

modules/cloudant/src/main/java/com/ibm/cloud/cloudant/v1/model/AnalyzerConfiguration.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,9 @@ public String name() {
271271
/**
272272
* Gets the stopwords.
273273
*
274-
* Custom stopwords to use with the named analyzer.
274+
* Custom stopwords to use with the named analyzer where supported. Not used for `keyword`, `simple`, `whitespace`,
275+
* `simple_asciifolding` or `perfield` analyzers. Ensure stopwords match the folded case for analyzers that perform
276+
* folding.
275277
*
276278
* @return the stopwords
277279
*/

modules/cloudant/src/main/java/com/ibm/cloud/cloudant/v1/model/DesignDocument.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -735,8 +735,8 @@ public void setOptions(final DesignDocumentOptions options) {
735735
* The validation function can abort the pending document write by throwing one of two error objects:
736736
*
737737
* ```
738-
* // user is not authorized to make the change but may re-authenticate throw({ unauthorized: 'Error message here.'
739-
* });
738+
* // user is not authorized to make the change but may
739+
* // re-authenticate throw({ unauthorized: 'Error message here.' });
740740
*
741741
* // change is not allowed throw({ forbidden: 'Error message here.' });
742742
* ```

0 commit comments

Comments
 (0)