OpenSearch/docs
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
..
community Add Aspire for Elasticsearch to integrations page 2015-06-10 08:12:11 -04:00
groovy-api Docs: Fixed URLs in the Groovy docs 2015-06-19 17:54:57 +02:00
java-api Merge pull request #11868 from YoungHu/patch-1 2015-06-26 17:46:45 +02:00
perl Docs: Minor test change to Perl docs 2015-02-28 17:19:55 +01:00
plugins Add documentation for delete by query plugin (see #11516) 2015-06-23 13:25:40 +02:00
python Updated copyright years to include 2015 2015-02-28 03:18:45 +01:00
reference aliases: Parse aliases at search time and never cache parsed alias filters 2015-07-01 21:20:54 +02:00
resiliency Refixed bad link 2015-06-22 23:59:33 +02:00
river Warning in documentation for deprecation of rivers 2015-04-05 20:54:26 +02:00
ruby Docs: Fixed typos 2015-05-05 10:38:05 +02:00
README.asciidoc Docs: Updated docs/README.asciidoc to point to the new docs repo 2015-04-27 08:54:07 +02:00

README.asciidoc

The Elasticsearch docs are in AsciiDoc format and can be built using the Elasticsearch documentation build process

See: https://github.com/elastic/docs