From 62591884c24e8d55b3569d2c99fdc02a766ae101 Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Tue, 30 Jul 2024 07:43:56 +0000 Subject: [PATCH] chore(cts): remove flaky test (generated) https://github.com/algolia/api-clients-automation/pull/3448 Co-authored-by: algolia-bot Co-authored-by: Pierre Millot --- packages/algoliasearch/lite/model/baseIndexSettings.ts | 2 +- .../algoliasearch/lite/model/indexSettingsAsSearchParams.ts | 2 +- packages/client-search/model/baseIndexSettings.ts | 2 +- packages/client-search/model/indexSettingsAsSearchParams.ts | 2 +- packages/recommend/model/indexSettingsAsSearchParams.ts | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/algoliasearch/lite/model/baseIndexSettings.ts b/packages/algoliasearch/lite/model/baseIndexSettings.ts index 1ba92b142..fca7e872c 100644 --- a/packages/algoliasearch/lite/model/baseIndexSettings.ts +++ b/packages/algoliasearch/lite/model/baseIndexSettings.ts @@ -39,7 +39,7 @@ export type BaseIndexSettings = { camelCaseAttributes?: string[]; /** - * Searchable attributes to which Algolia should apply [word segmentation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/how-to/customize-segmentation/) (decompounding). Attribute names are case-sensitive. Compound words are formed by combining two or more individual words, and are particularly prevalent in Germanic languages—for example, \"firefighter\". With decompounding, the individual components are indexed separately. You can specify different lists for different languages. Decompounding is supported for these languages: Dutch (`nl`), German (`de`), Finnish (`fi`), Danish (`da`), Swedish (`sv`), and Norwegian (`no`). + * Searchable attributes to which Algolia should apply [word segmentation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/how-to/customize-segmentation/) (decompounding). Attribute names are case-sensitive. Compound words are formed by combining two or more individual words, and are particularly prevalent in Germanic languages—for example, \"firefighter\". With decompounding, the individual components are indexed separately. You can specify different lists for different languages. Decompounding is supported for these languages: Dutch (`nl`), German (`de`), Finnish (`fi`), Danish (`da`), Swedish (`sv`), and Norwegian (`no`). Decompounding doesn\'t work for words with [non-spacing mark Unicode characters](https://www.charactercodes.net/category/non-spacing_mark). For example, `Gartenstühle` won\'t be decompounded if the `ü` consists of `u` (U+0075) and `◌̈` (U+0308). */ decompoundedAttributes?: Record; diff --git a/packages/algoliasearch/lite/model/indexSettingsAsSearchParams.ts b/packages/algoliasearch/lite/model/indexSettingsAsSearchParams.ts index 4d4ccbc19..30d7c9e56 100644 --- a/packages/algoliasearch/lite/model/indexSettingsAsSearchParams.ts +++ b/packages/algoliasearch/lite/model/indexSettingsAsSearchParams.ts @@ -108,7 +108,7 @@ export type IndexSettingsAsSearchParams = { queryLanguages?: SupportedLanguage[]; /** - * Whether to split compound words into their building blocks. For more information, see [Word segmentation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/language-specific-configurations/#splitting-compound-words). Word segmentation is supported for these languages: German, Dutch, Finnish, Swedish, and Norwegian. + * Whether to split compound words in the query into their building blocks. For more information, see [Word segmentation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/language-specific-configurations/#splitting-compound-words). Word segmentation is supported for these languages: German, Dutch, Finnish, Swedish, and Norwegian. Decompounding doesn\'t work for words with [non-spacing mark Unicode characters](https://www.charactercodes.net/category/non-spacing_mark). For example, `Gartenstühle` won\'t be decompounded if the `ü` consists of `u` (U+0075) and `◌̈` (U+0308). */ decompoundQuery?: boolean; diff --git a/packages/client-search/model/baseIndexSettings.ts b/packages/client-search/model/baseIndexSettings.ts index 1ba92b142..fca7e872c 100644 --- a/packages/client-search/model/baseIndexSettings.ts +++ b/packages/client-search/model/baseIndexSettings.ts @@ -39,7 +39,7 @@ export type BaseIndexSettings = { camelCaseAttributes?: string[]; /** - * Searchable attributes to which Algolia should apply [word segmentation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/how-to/customize-segmentation/) (decompounding). Attribute names are case-sensitive. Compound words are formed by combining two or more individual words, and are particularly prevalent in Germanic languages—for example, \"firefighter\". With decompounding, the individual components are indexed separately. You can specify different lists for different languages. Decompounding is supported for these languages: Dutch (`nl`), German (`de`), Finnish (`fi`), Danish (`da`), Swedish (`sv`), and Norwegian (`no`). + * Searchable attributes to which Algolia should apply [word segmentation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/how-to/customize-segmentation/) (decompounding). Attribute names are case-sensitive. Compound words are formed by combining two or more individual words, and are particularly prevalent in Germanic languages—for example, \"firefighter\". With decompounding, the individual components are indexed separately. You can specify different lists for different languages. Decompounding is supported for these languages: Dutch (`nl`), German (`de`), Finnish (`fi`), Danish (`da`), Swedish (`sv`), and Norwegian (`no`). Decompounding doesn\'t work for words with [non-spacing mark Unicode characters](https://www.charactercodes.net/category/non-spacing_mark). For example, `Gartenstühle` won\'t be decompounded if the `ü` consists of `u` (U+0075) and `◌̈` (U+0308). */ decompoundedAttributes?: Record; diff --git a/packages/client-search/model/indexSettingsAsSearchParams.ts b/packages/client-search/model/indexSettingsAsSearchParams.ts index 4d4ccbc19..30d7c9e56 100644 --- a/packages/client-search/model/indexSettingsAsSearchParams.ts +++ b/packages/client-search/model/indexSettingsAsSearchParams.ts @@ -108,7 +108,7 @@ export type IndexSettingsAsSearchParams = { queryLanguages?: SupportedLanguage[]; /** - * Whether to split compound words into their building blocks. For more information, see [Word segmentation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/language-specific-configurations/#splitting-compound-words). Word segmentation is supported for these languages: German, Dutch, Finnish, Swedish, and Norwegian. + * Whether to split compound words in the query into their building blocks. For more information, see [Word segmentation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/language-specific-configurations/#splitting-compound-words). Word segmentation is supported for these languages: German, Dutch, Finnish, Swedish, and Norwegian. Decompounding doesn\'t work for words with [non-spacing mark Unicode characters](https://www.charactercodes.net/category/non-spacing_mark). For example, `Gartenstühle` won\'t be decompounded if the `ü` consists of `u` (U+0075) and `◌̈` (U+0308). */ decompoundQuery?: boolean; diff --git a/packages/recommend/model/indexSettingsAsSearchParams.ts b/packages/recommend/model/indexSettingsAsSearchParams.ts index 4d4ccbc19..30d7c9e56 100644 --- a/packages/recommend/model/indexSettingsAsSearchParams.ts +++ b/packages/recommend/model/indexSettingsAsSearchParams.ts @@ -108,7 +108,7 @@ export type IndexSettingsAsSearchParams = { queryLanguages?: SupportedLanguage[]; /** - * Whether to split compound words into their building blocks. For more information, see [Word segmentation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/language-specific-configurations/#splitting-compound-words). Word segmentation is supported for these languages: German, Dutch, Finnish, Swedish, and Norwegian. + * Whether to split compound words in the query into their building blocks. For more information, see [Word segmentation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/language-specific-configurations/#splitting-compound-words). Word segmentation is supported for these languages: German, Dutch, Finnish, Swedish, and Norwegian. Decompounding doesn\'t work for words with [non-spacing mark Unicode characters](https://www.charactercodes.net/category/non-spacing_mark). For example, `Gartenstühle` won\'t be decompounded if the `ü` consists of `u` (U+0075) and `◌̈` (U+0308). */ decompoundQuery?: boolean;