OpenSearch/docs
Colin Goodheart-Smithe 686aff1545 Adds ignore_unmapped option to nested and P/C queries
The change adds a new option to the `nested`, `has_parent`, `has_children` and `parent_id` queries: `ignore_unmapped`. If this option is set to false, the `toQuery` method on the QueryBuilder will throw an exception if the type/path specified in the query is unmapped. If the option is set to true, the `toQuery` method on the QueryBuilder will return a MatchNoDocsQuery. The default value is `false`so the queries work how they do today (throwing an exception on unmapped paths/types)
2016-04-14 10:34:30 +01:00
..
community-clients Add Scala based elasticsearch-client 2016-02-03 15:47:34 -08:00
groovy-api Backs out early link fix. 2015-10-22 15:00:35 -07:00
java-api Replaced SCAN search type with _doc sort in scroll query 2016-04-07 06:52:14 +02:00
perl Fix organization rename in all files in project 2016-03-03 12:04:13 -07:00
plugins Removed all references to site plugins from plugin docs 2016-04-12 19:28:09 +02:00
python [docs] Updating the Python client docxs 2015-11-30 16:50:08 +01:00
reference Adds ignore_unmapped option to nested and P/C queries 2016-04-14 10:34:30 +01:00
resiliency Update resiliency page (#17586) 2016-04-07 12:17:13 +02:00
ruby Fix organization rename in all files in project 2016-03-03 12:04:13 -07: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