We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98ecc0d commit 7523d08Copy full SHA for 7523d08
README.md
@@ -71,7 +71,7 @@ With segmentation by prefix on string field:
71
With query option:
72
73
`./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`
+ cluster_name1 -query "{\"range\": {\"timestamp\" : {\"gte\" : \""2015-12-08T07:03:00.216Z"\"}}}" -sort _timestamp -sortOrder DESC`
75
76
In this example index querying will be filtered with query and reindex will take place ordered by sort field and sortOrder
77
0 commit comments