Skip to content

Commit 9d7fd1e

Browse files
committed
fix(specs): Typo tolernace on words (generated)
algolia/api-clients-automation#3968 Co-authored-by: algolia-bot <[email protected]>
1 parent 0ba4c64 commit 9d7fd1e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

algoliasearch/src/main/java/com/algolia/model/recommend/FallbackParams.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -845,8 +845,8 @@ public FallbackParams addDisableTypoToleranceOnWords(String disableTypoTolerance
845845
}
846846

847847
/**
848-
* Words for which you want to turn off [typo
849-
* tolerance](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/).
848+
* Creates a list of [words which require exact
849+
* matches](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/in-depth/configuring-typo-tolerance/#turn-off-typo-tolerance-for-certain-words).
850850
* This also turns off [word splitting and
851851
* concatenation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/splitting-and-concatenation/)
852852
* for the specified words.

algoliasearch/src/main/java/com/algolia/model/recommend/RecommendSearchParams.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -845,8 +845,8 @@ public RecommendSearchParams addDisableTypoToleranceOnWords(String disableTypoTo
845845
}
846846

847847
/**
848-
* Words for which you want to turn off [typo
849-
* tolerance](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/).
848+
* Creates a list of [words which require exact
849+
* matches](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/in-depth/configuring-typo-tolerance/#turn-off-typo-tolerance-for-certain-words).
850850
* This also turns off [word splitting and
851851
* concatenation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/splitting-and-concatenation/)
852852
* for the specified words.

algoliasearch/src/main/java/com/algolia/model/search/IndexSettings.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,8 @@ public IndexSettings addDisableTypoToleranceOnWords(String disableTypoToleranceO
310310
}
311311

312312
/**
313-
* Words for which you want to turn off [typo
314-
* tolerance](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/).
313+
* Creates a list of [words which require exact
314+
* matches](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/in-depth/configuring-typo-tolerance/#turn-off-typo-tolerance-for-certain-words).
315315
* This also turns off [word splitting and
316316
* concatenation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/splitting-and-concatenation/)
317317
* for the specified words.

algoliasearch/src/main/java/com/algolia/model/search/SettingsResponse.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,8 @@ public SettingsResponse addDisableTypoToleranceOnWords(String disableTypoToleran
313313
}
314314

315315
/**
316-
* Words for which you want to turn off [typo
317-
* tolerance](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/).
316+
* Creates a list of [words which require exact
317+
* matches](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/in-depth/configuring-typo-tolerance/#turn-off-typo-tolerance-for-certain-words).
318318
* This also turns off [word splitting and
319319
* concatenation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/splitting-and-concatenation/)
320320
* for the specified words.

0 commit comments

Comments
 (0)