File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Example invocation:
2929wget http://benchmarks.elasticsearch.org.s3.amazonaws.com/corpora/geonames/documents-2.json.bz2
3030bzip2 -d documents-2.json.bz2
3131mv documents-2.json client/benchmark/build
32- gradlew -p client/benchmark run --args ' rest bulk localhost build/documents-2.json geonames type 8647880 5000'
32+ gradlew -p client/benchmark run --args ' rest bulk localhost build/documents-2.json geonames 8647880 5000'
3333```
3434
3535The parameters are all in the ` ' ` s and are in order:
@@ -39,7 +39,6 @@ The parameters are all in the `'`s and are in order:
3939* Benchmark target host IP (the host where OpenSearch is running)
4040* full path to the file that should be bulk indexed
4141* name of the index
42- * name of the (sole) type in the index
4342* number of documents in the file
4443* bulk size
4544
You can’t perform that action at this time.
0 commit comments