File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,9 @@ First create a package:
3535
3636Example of reindex:
3737
38+ ** REMEMBER: use elasticsearch binary transport port (by default 9300), not the one used for rest
39+ communication (by default 9200)**
40+
3841Without segmentation:
3942
4043`./run.sh -s http://host:9300/index/type -t http://host1:9300/index1/type1 -sc cluster_name -tc
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ dependencies {
5050 testCompile group : ' com.jayway.awaitility' , name : ' awaitility' , version : ' 1.6.3'
5151 testCompile group : ' org.assertj' , name : ' assertj-core' , version : ' 2.0.0'
5252 testCompile group : ' pl.pragmatists' , name : ' JUnitParams' , version : ' 1.0.4'
53- testCompile group : ' eu.codearte.catch-exception' , name : ' catch-exception' , version : ' 1.3.1 '
53+ testCompile group : ' eu.codearte.catch-exception' , name : ' catch-exception' , version : ' 1.4.4 '
5454}
5555
5656run {
You can’t perform that action at this time.
0 commit comments