You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specs/common/schemas/IndexSettings.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -523,7 +523,7 @@ alternativesAsExactEnum:
523
523
attributeCriteriaComputedByMinProximity:
524
524
type: boolean
525
525
description: |
526
-
Whether the best matching attribute should be determined by minimum proximit
526
+
Whether the best matching attribute should be determined by minimum proximity
527
527
This setting only affects ranking if the Attribute ranking criterion comes before Proximity in the `ranking` setting.
528
528
If true, the best matching attribute is selected based on the minimum proximity of multiple matches.
529
529
Otherwise, the best matching attribute is determined by the order in the `searchableAttributes` setting.
@@ -751,10 +751,10 @@ queryLanguages:
751
751
example:
752
752
- es
753
753
description: |
754
-
Languages for language-specific query processing steps such as plurals, stop-word removal, and word-detection dictionarie
754
+
Languages for language-specific query processing steps such as plurals, stop-word removal, and word-detection dictionaries
755
755
This setting sets a default list of languages used by the `removeStopWords` and `ignorePlurals` settings.
756
756
This setting also sets a dictionary for word detection in the logogram-based [CJK](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/normalization/#normalization-for-logogram-based-languages-cjk) languages.
757
-
To support this, you must place the CJK language **first*
757
+
To support this, you must place the CJK language **first**
758
758
**You should always specify a query language.**
759
759
If you don't specify an indexing language, the search engine uses all [supported languages](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/supported-languages/),
760
760
or the languages you specified with the `ignorePlurals` or `removeStopWords` parameters.
0 commit comments