OpenSearch/docs/reference/mapping
Martijn van Groningen 3d9671a668
[PERCOLATOR] Allowing range queries with now ranges inside percolator queries.
Before now ranges where forbidden, because the percolator query itself could get cached and then the percolator queries with now ranges that should no longer match, incorrectly will continue to match.
By disabling caching when the `percolator` is being used, the percolator can now correctly support range queries with now based ranges.

 I think this is the right tradeoff. The percolator query is likely to not be the same between search requests and disabling range queries with now ranges really disabled people using the percolator for their use cases.

 Also fixed an issue that existed in the percolator fieldmapper, it was unable to find forbidden queries inside `dismax` queries.

 Closes #23859
2017-04-07 08:44:43 +02:00
..
dynamic Disable _all by default 2017-01-11 16:47:13 -07:00
fields [DOCS] Update the docs about the fact that global ordinals for _parent field are loaded eagerly instead of lazily by default. 2017-03-22 10:39:39 +01:00
params [DOCS] Remove line about eager loading global ordinals 2017-04-03 12:56:21 -06:00
types [PERCOLATOR] Allowing range queries with now ranges inside percolator queries. 2017-04-07 08:44:43 +02:00
dynamic-mapping.asciidoc Allows multiple patterns to be specified for index templates (#21009) 2016-11-10 18:00:30 -05:00
fields.asciidoc Disable _all by default 2017-01-11 16:47:13 -07:00
params.asciidoc Disallow include_in_all for 6.0+ indices 2017-02-07 19:31:51 -07:00
types.asciidoc Add RangeFieldMapper for numeric and date range types 2016-11-29 10:10:14 -06:00