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
+10-10
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ baseIndexSettings:
29
29
**Modifiers**
30
30
31
31
- `filterOnly("ATTRIBUTE")`.
32
-
Allows using this attribute as a filter, but doesn't evalue the facet values.
32
+
Allows the attribute to be used as a filter but doesn't evaluate the facet values.
33
33
34
34
- `searchable("ATTRIBUTE")`.
35
35
Allows searching for facet values.
@@ -53,7 +53,7 @@ baseIndexSettings:
53
53
If you want to offer a different ranking or sorting of your search results, you'll use replica indices.
54
54
All index operations on a primary index are automatically forwarded to its replicas.
55
55
To add a replica index, you must provide the complete set of replicas to this parameter.
56
-
If you omit a replica from this list, the replica turns into a regular, standalone index that will no longer by synced with the primary index.
56
+
If you omit a replica from this list, the replica turns into a regular, standalone index that will no longer be synced with the primary index.
57
57
58
58
**Modifier**
59
59
@@ -196,7 +196,7 @@ baseIndexSettings:
196
196
By default, all numeric attributes are available as numerical filters.
197
197
For faster indexing, reduce the number of numeric attributes.
198
198
199
-
If you want to turn off filtering for all numeric attributes, specifiy an attribute that doesn't exist in your index, such as `NO_NUMERIC_FILTERING`.
199
+
To turn off filtering for all numeric attributes, specify an attribute that doesn't exist in your index, such as `NO_NUMERIC_FILTERING`.
200
200
201
201
**Modifier**
202
202
@@ -246,7 +246,7 @@ baseIndexSettings:
246
246
- `unordered("ATTRIBUTE")`.
247
247
Ignore the position of a match within the attribute.
248
248
249
-
Without modifier, matches at the beginning of an attribute rank higer than matches at the end.
249
+
Without a modifier, matches at the beginning of an attribute rank higher than matches at the end.
250
250
default: []
251
251
x-categories:
252
252
- Attributes
@@ -587,7 +587,7 @@ indexSettingsAsSearchParams:
587
587
588
588
- If `optionalWords` has less than 10 words, the required number of matched words increases by 1:
589
589
results 1 to 1,000 require 1 matched word, results 1,001 to 2000 need 2 matched words.
590
-
- If `optionalWords` has 10 or more words, the number of required matched words increases by the number of optional words dividied by 5 (rounded down).
590
+
- If `optionalWords` has 10 or more words, the number of required matched words increases by the number of optional words divided by 5 (rounded down).
591
591
For example, with 18 optional words: results 1 to 1,000 require 1 matched word, results 1,001 to 2000 need 4 matched words.
592
592
593
593
For more information, see [Optional words](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/empty-or-insufficient-results/#creating-a-list-of-optional-words).
@@ -604,7 +604,7 @@ indexSettingsAsSearchParams:
604
604
Searchable attributes for which you want to [turn off the Exact ranking criterion](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/override-search-engine-defaults/in-depth/adjust-exact-settings/#turn-off-exact-for-some-attributes).
605
605
Attribute names are case-sensitive.
606
606
607
-
This can be useful for attributes with long values, where the likelyhood of an exact match is high,
607
+
This can be useful for attributes with long values, where the likelihood of an exact match is high,
608
608
such as product descriptions.
609
609
Turning off the Exact ranking criterion for these attributes favors exact matching on other attributes.
610
610
This reduces the impact of individual attributes with a lot of content on ranking.
@@ -663,7 +663,7 @@ indexSettingsAsSearchParams:
663
663
and either "home" or "house" are highlighted.
664
664
665
665
With `replaceSynonymsInHighlight` set to `true`, a search for `home` still matches the same records,
666
-
but all occurences of "house" are replaced by "home" in the highlighted response.
666
+
but all occurrences of "house" are replaced by "home" in the highlighted response.
667
667
default: false
668
668
x-categories:
669
669
- Highlighting and Snippeting
@@ -802,7 +802,7 @@ queryType:
802
802
description: |
803
803
Determines if and how query words are interpreted as prefixes.
804
804
805
-
By default, only the last query word is treated as prefix (`prefixLast`).
805
+
By default, only the last query word is treated as a prefix (`prefixLast`).
806
806
To turn off prefix search, use `prefixNone`.
807
807
Avoid `prefixAll`, which treats all query words as prefixes.
808
808
This might lead to counterintuitive results and makes your search slower.
@@ -925,7 +925,7 @@ typoTolerance:
925
925
description: |
926
926
Whether [typo tolerance](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/) is enabled and how it is applied.
927
927
928
-
If typo tolerance is true, `min`, or `strict`, [word splitting and concetenation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/splitting-and-concatenation/) is also active.
928
+
If typo tolerance is true, `min`, or `strict`, [word splitting and concatenation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/splitting-and-concatenation/) are also active.
929
929
oneOf:
930
930
- type: boolean
931
931
default: true
@@ -992,7 +992,7 @@ renderingContent:
992
992
description: |
993
993
Extra data that can be used in the search UI.
994
994
995
-
You can use this to control aspects of your search UI, such as, the order of facet names and values
995
+
You can use this to control aspects of your search UI, such as the order of facet names and values
Copy file name to clipboardExpand all lines: specs/search/paths/manage_indices/operationIndex.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ post:
23
23
**Move**
24
24
25
25
- Moving a source index that doesn't exist is ignored without returning an error.
26
-
- When moving an index, the analytics data keep their original name and a new set of analytics data is started for the new name.
26
+
- When moving an index, the analytics data keeps its original name, and a new set of analytics data is started for the new name.
27
27
To access the original analytics in the dashboard, create an index with the original name.
28
28
- If the destination index has replicas, moving will overwrite the existing index and copy the data to the replica indices.
29
29
- Related guide: [Move indices](https://www.algolia.com/doc/guides/sending-and-managing-data/manage-indices-and-apps/manage-indices/how-to/move-indices/).
Copy file name to clipboardExpand all lines: specs/search/paths/objects/partialUpdate.yml
+2-2
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ post:
7
7
summary: Add or update attributes
8
8
x-codegen-request-body-name: attributesToUpdate
9
9
description: |
10
-
Adds new attributes to a record, or update existing ones.
10
+
Adds new attributes to a record, or updates existing ones.
11
11
12
12
- If a record with the specified object ID doesn't exist,
13
13
a new record is added to the index **if** `createIfNotExists` is true.
@@ -23,7 +23,7 @@ post:
23
23
- Remove: remove all matching number or string elements from an array attribute made of numbers or strings
24
24
- AddUnique: add a number or string element to an array attribute made of numbers or strings only if it's not already present
25
25
- IncrementFrom: increment a numeric integer attribute only if the provided value matches the current value, and otherwise ignore the whole object update. For example, if you pass an IncrementFrom value of 2 for the version attribute, but the current value of the attribute is 1, the engine ignores the update. If the object doesn't exist, the engine only creates it if you pass an IncrementFrom value of 0.
26
-
- IncrementSet: increment a numeric integer attribute only if the provided value is greater than the current value, and otherwise ignore the whole object update. For example, if you pass an IncrementSet value of 2 for the version attribute, and the current value of the attribute is 1, the engine updates the object. If the object doesn't exist yet, the engine only creates it if you pass an IncrementSet value that's greater than 0.
26
+
- IncrementSet: increment a numeric integer attribute only if the provided value is greater than the current value, and otherwise ignore the whole object update. For example, if you pass an IncrementSet value of 2 for the version attribute, and the current value of the attribute is 1, the engine updates the object. If the object doesn't exist yet, the engine only creates it if you pass an IncrementSet value greater than 0.
27
27
28
28
You can specify an operation by providing an object with the attribute to update as the key and its value being an object with the following properties:
0 commit comments