David Pilato
0ff61e1d6f
Add time_zone setting for query_string
...
Query String query now supports a new `time_zone` option based on JODA time zones.
When using a range on date field, the time zone is applied.
```json
{
"query": {
"query_string": {
"text": "date:[2012 TO 2014]",
"timezone": "Europe/Paris"
}
}
}
```
Closes #7880 .
2014-10-20 19:09:45 +02:00
..
2014-10-16 13:20:38 +09:00
2014-10-15 21:42:22 +02:00
2014-09-26 21:04:42 +02:00
2014-10-03 16:40:17 +02:00
2014-09-01 09:46:13 +02:00
2014-10-15 13:16:20 +02:00
2014-10-16 18:49:36 +02:00
2014-10-20 12:17:26 +02:00
2014-10-20 12:29:30 +02:00
2014-10-20 11:56:01 +02:00
2014-10-20 19:09:45 +02:00
2014-10-18 05:25:50 -04:00
2014-09-24 21:09:13 +02:00
2014-09-26 21:04:42 +02:00
2013-09-30 13:13:16 -06:00
2014-09-26 21:04:42 +02:00
2014-06-03 11:06:35 +02:00
2014-01-09 11:30:28 +01:00
2014-09-11 09:52:09 +02:00
2014-10-14 13:29:35 +02:00
2013-08-29 01:24:34 +02:00
2014-08-07 11:24:44 +02:00
2014-09-09 15:00:47 +02:00
2014-10-10 10:55:45 -07:00
2014-08-21 10:34:39 +02:00
2014-01-13 22:01:12 +01:00
2014-08-21 10:34:39 +02:00
2014-07-31 15:42:30 -04:00
2014-09-26 21:04:42 +02:00
2013-12-02 18:01:45 +01:00