File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
algoliasearch/src/main/java/com/algolia/model Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -845,8 +845,8 @@ public FallbackParams addDisableTypoToleranceOnWords(String disableTypoTolerance
845
845
}
846
846
847
847
/**
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 ).
850
850
* This also turns off [word splitting and
851
851
* concatenation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/splitting-and-concatenation/)
852
852
* for the specified words.
Original file line number Diff line number Diff line change @@ -845,8 +845,8 @@ public RecommendSearchParams addDisableTypoToleranceOnWords(String disableTypoTo
845
845
}
846
846
847
847
/**
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 ).
850
850
* This also turns off [word splitting and
851
851
* concatenation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/splitting-and-concatenation/)
852
852
* for the specified words.
Original file line number Diff line number Diff line change @@ -310,8 +310,8 @@ public IndexSettings addDisableTypoToleranceOnWords(String disableTypoToleranceO
310
310
}
311
311
312
312
/**
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 ).
315
315
* This also turns off [word splitting and
316
316
* concatenation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/splitting-and-concatenation/)
317
317
* for the specified words.
Original file line number Diff line number Diff line change @@ -313,8 +313,8 @@ public SettingsResponse addDisableTypoToleranceOnWords(String disableTypoToleran
313
313
}
314
314
315
315
/**
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 ).
318
318
* This also turns off [word splitting and
319
319
* concatenation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/splitting-and-concatenation/)
320
320
* for the specified words.
You can’t perform that action at this time.
0 commit comments