OpenSearch/docs/reference/mapping
Martijn van Groningen 53874bf5a6 aliases: Parse aliases at search time and never cache parsed alias filters
The work around for resolving `now` doesn't need to be used for aliases, becuase alias filters are parsed at search time. However it can't be removed, because the percolator relies on it.

Parent/child can be specified again in alias filters, this now works again because alias filters are parsed at search time. Parent/child will also use the late query parse work around, to make sure to do the final preparations when the search context is around. This allows the aliases api to validate the parent/child queries without failing because there is no search context.

Closes #10485
2015-07-01 21:20:54 +02:00
..
fields aliases: Parse aliases at search time and never cache parsed alias filters 2015-07-01 21:20:54 +02:00
types Dates: Be backwards compatible with pre 2.x indices 2015-06-25 17:21:29 +02:00
date-format.asciidoc Docs: Update Joda URLs in documentation. 2015-06-26 10:23:02 +02:00
dynamic-mapping.asciidoc Mappings: Remove file based default mappings 2015-04-30 13:50:35 -07:00
fielddata_formats.asciidoc Docs: Refactored modules and index modules sections 2015-06-22 23:49:45 +02:00
fields.asciidoc Mappings: Remove _analyzer 2015-01-26 09:14:17 -08:00
meta.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
transform.asciidoc Scripting: Unify script and template requests across codebase 2015-05-29 16:52:04 +01:00
types.asciidoc Replaced the multi-field type in favour for the multi fields option that can be set on any core field. 2014-01-13 09:21:53 +01:00