OpenSearch/docs/reference
Ryan Ernst 37287284e6 Settings: Remove `mapping.date.round_ceil` setting for date math parsing
The setting `mapping.date.round_ceil` (and the undocumented setting
`index.mapping.date.parse_upper_inclusive`) affect how date ranges using
`lte` are parsed.  In #8556 the semantics of date rounding were
solidified, eliminating the need to have different parsing functions
whether the date is inclusive or exclusive.

This change removes these legacy settings and improves the tests
for the date math parser (now at 100% coverage!). It also removes the
unnecessary function `DateMathParser.parseTimeZone` for which
the existing `DateTimeZone.forID` handles all use cases.

Any user previously using these settings can refer to the changed
semantics and change their query accordingly. This is a breaking change
because even dates without datemath previously used the different
parsing functions depending on context.

closes #8598
closes #8889
2014-12-15 13:13:45 -08:00
..
analysis Core: upgrade to current Lucene 5.0.0 snapshot 2014-11-24 05:08:42 -05:00
cat Core: let Lucene kick off merges 2014-11-25 04:13:57 -05:00
cluster Docs: fix a typo in cluster stats documentation example 2014-12-15 14:14:38 +01:00
docs Term Vectors: More consistent naming for term vector[s] 2014-11-21 14:06:44 +01:00
images [docs] add 2d vis for decay functions and parameters 2014-11-10 10:56:41 +01:00
index-modules Fixing typo 2014-12-01 10:52:00 +01:00
indices Docs: Adds documentation for indices.exists_template 2014-11-25 19:36:01 +01:00
mapping Settings: Remove `mapping.date.round_ceil` setting for date math parsing 2014-12-15 13:13:45 -08:00
migration java: QueryBuilders cleanup: remove deprecated 2014-12-03 16:07:34 +01:00
modules Remove Gateway abstraction 2014-12-15 15:53:02 +01:00
query-dsl Docs: typo on "frequent" 2014-12-15 19:59:50 +01:00
search Update percolate.asciidoc 2014-12-15 14:12:03 +01:00
setup Update repositories.asciidoc 2014-12-15 18:04:17 +01:00
testing Docs: add randomizedtesting-runner to testing-framework.asciidoc 2014-12-07 01:30:58 +09:00
analysis.asciidoc
api-conventions.asciidoc [docs] formatting and general pedantry 2014-12-02 19:23:48 +01:00
cat.asciidoc [DOCS] reordered cat apis menu 2014-06-03 11:06:35 +02:00
cluster.asciidoc [DOCS] Fix HTTP endpoints after stats API changes 2014-01-09 11:30:28 +01:00
docs.asciidoc Bulk UDP: Removal. 2014-09-11 09:52:09 +02:00
getting-started.asciidoc [docs] fix typo in getting-started 2014-11-06 10:57:56 +01:00
glossary.asciidoc
index-modules.asciidoc [core] add best_compression option for Lucene 5.0 2014-12-10 22:13:09 -05:00
index.asciidoc Updated docs to use v1.4.1 as current 2014-11-26 17:18:37 +01:00
indices.asciidoc Add forgotten include for upgrade docs. 2014-10-10 10:55:45 -07:00
mapping.asciidoc Facets: Removal from master. 2014-08-21 10:34:39 +02:00
modules.asciidoc [DOCS] Fixed link to tribe.asciidoc 2014-01-13 22:01:12 +01:00
query-dsl.asciidoc Facets: Removal from master. 2014-08-21 10:34:39 +02:00
search.asciidoc Search Exists API: Checks if any matching documents exist for a given query 2014-07-31 15:42:30 -04:00
setup.asciidoc Docs: Removed all the added/deprecated tags from 1.x 2014-09-26 21:04:42 +02:00
testing.asciidoc [DOCS] Test framework documentation 2013-12-02 18:01:45 +01:00