Ryan Grimm
74586e2867
Docs: Added 'd' to the list of supported units.
...
Day was missing from the list of supported units in the date math section.
Closes #8151
2014-10-19 21:24:28 +02:00
Steve Fuller
e991c1f717
[DOCS] fixed typo in date-format.asciidoc
2014-06-05 19:49:20 +02:00
Jun Ohtani
20e596cb86
fix typo joda-time link
2014-03-21 10:02:53 +01:00
Britta Weber
c9dab6991e
rename and document "index.mapping.date.parse_upper_inclusive" setting for date fields
...
The setting causes the upper bound for a range query/filter to be rounded up,
therefore the name `round_ceil` seems to make more sense.
Also this commit removes the redundant fourth parameter to DateMathParser.parse(..)
which was never used.
was: parse(String text, long now, boolean roundUp, boolean upperInclusive)
is now: parse(String text, long now, boolean roundCeil)
closes #3914
2013-10-28 15:48:31 +01:00
Boaz Leskes
18e12ef66c
[Docs] updated refrences to dynamic_date_formats
2013-10-16 12:04:31 +02:00
Subhash Gopalakrishnan
b758b76da4
Support year units in date math expressions
...
According to http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/mapping-date-format.html , the date math expressions support M (month), w (week), h (hour), m (minute), and s (second) units. Why years are not supported? Please add support for year units.
Closes #3828 .
Closes #3874 .
2013-10-11 09:24:52 +02:00
Lee Hinman
0442b737be
Add more anchor links to documentation
...
Related to #3679
2013-09-30 13:13:16 -06:00
Clinton Gormley
822043347e
Migrated documentation into the main repo
2013-08-29 01:24:34 +02:00