Skip to content

Commit 7523d08

Browse files
committed
Fix Readme example
1 parent 98ecc0d commit 7523d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ With segmentation by prefix on string field:
7171
With query option:
7272

7373
`./run.sh -s http://host:9300/index/type -t http://host1:9300/index1/type1 -sc cluster_name -tc
74-
cluster_name1 "\"{range\": {\"_timestamp\" : {\"gte\" : 1447142880000}}}\"" -sort _timestamp -sortOrder DESC`
74+
cluster_name1 -query "{\"range\": {\"timestamp\" : {\"gte\" : \""2015-12-08T07:03:00.216Z"\"}}}" -sort _timestamp -sortOrder DESC`
7575

7676
In this example index querying will be filtered with query and reindex will take place ordered by sort field and sortOrder
7777

0 commit comments

Comments
 (0)