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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@ I will use this project as a basic api for building and searching with Elasticse
5
5
- Build docker service and test instance for creating an index with sample datasets and searching with Elasticsearch
6
6
- Also run local environment with this project using `./service_start.sh` script
7
7
- Build Docker Instance for testing with pytest using using `./docker-compose.yml` or different ways the following method like the step `Install Service and Test with Elasicsearch Cluster based on Docker`
8
-
-Provide the number of primary/replica(replica should be one by default) shards with resharding stratege by using
9
-
`'/cluster/sharding_predict'` with POST method
8
+
-Estimate the number of primary/replica(replica should be one by default) shards with resharding stratege by using
9
+
`'/cluster/sharding_predict'` with POST method against data size
0 commit comments