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 7523d08 commit cdfc06cCopy full SHA for cdfc06c
README.md
@@ -71,7 +71,8 @@ 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 -query "{\"range\": {\"timestamp\" : {\"gte\" : \""2015-12-08T07:03:00.216Z"\"}}}" -sort _timestamp -sortOrder DESC`
+ cluster_name1 -query "{\"range\": {\"timestamp\" : {\"gte\" : \"2015-12-08T07:03:00.216Z\"}}}" -sort _timestamp
75
+ -sortOrder DESC`
76
77
In this example index querying will be filtered with query and reindex will take place ordered by sort field and sortOrder
78
0 commit comments