OpenSearch/docs/reference/mapping
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
..
fields Add more anchor links to documentation 2013-09-30 13:13:16 -06:00
types [Docs] updated refrences to dynamic_date_formats 2013-10-16 12:04:31 +02:00
conf-mappings.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
date-format.asciidoc rename and document "index.mapping.date.parse_upper_inclusive" setting for date fields 2013-10-28 15:48:31 +01:00
dynamic-mapping.asciidoc Document strict dynamic type mapping. 2013-10-18 08:29:31 -07:00
fields.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
meta.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
misc.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
types.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00