Skip to content

Commit 06d9ac6

Browse files
committed
README update with common misuse,
Update with up to date test library
1 parent ad863ff commit 06d9ac6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ First create a package:
3535

3636
Example 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+
3841
Without segmentation:
3942

4043
`./run.sh -s http://host:9300/index/type -t http://host1:9300/index1/type1 -sc cluster_name -tc

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

5656
run {

0 commit comments

Comments
 (0)