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
{{ message }}
This repository was archived by the owner on Jul 31, 2018. It is now read-only.
Synonyms are used to tell the engine about words or expressions that should be considered equal in regard to the textual relevance.
125
125
126
-
Our [synonyms API](https://www.algolia.com/doc/relevance/synonyms) has been designed to manage as easily as possible a large set of synonyms for an index and its slaves.
126
+
Our [synonyms API](https://www.algolia.com/doc/relevance/synonyms) has been designed to manage as easily as possible a large set of synonyms for an index and its replicas.
127
127
128
128
You can use the synonyms API by adding a `synonyms` in `$algoliaSettings` class property like this:
129
129
@@ -393,9 +393,9 @@ Contact::clearIndices();
393
393
394
394
## Manage indices
395
395
396
-
### Master/Slave
396
+
### Primary/Replica
397
397
398
-
You can define slave indexes using the `$algolia_settings` variable:
398
+
You can define replica indexes using the `$algolia_settings` variable:
0 commit comments