Skip to content

Commit a2b2958

Browse files
Merge pull request #79 from algoliareadmebot/master
Update README
2 parents 05ee76c + 30cd578 commit a2b2958

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,10 @@ print settings
657657
index.set_settings({"customRanking": ["desc(followers)"]})
658658
```
659659

660+
**Warning**
661+
662+
Performance wise, it's better to do a `` before pushing the data
663+
660664
#### Slave settings
661665

662666
You can forward all settings updates to the slaves of an index by using the `forwardToSlaves` option:
@@ -1753,7 +1757,7 @@ The move_index method will overwrite the destination index, and delete the tempo
17531757

17541758
**Warning**
17551759

1756-
The move_index` operation will override all settings of the destination,
1760+
The move_index operation will override all settings of the destination,
17571761
There is one exception for the [slaves](#slaves) parameter which is not impacted.
17581762

17591763
For example, if you want to fully update your index `MyIndex` every night, we recommend the following process:

0 commit comments

Comments
 (0)