elasticsearch/docs/reference
Boaz Leskes 8819f91d47 Add a GetFieldMapping API
This new API allows to get the mapping for a specific set of fields rather than get the whole index mapping and traverse it.
The fields to be retrieved can be specified by their full path, index name and field name and will be resolved in this order.
In case multiple field match, the first one will be returned.

Since we are now generating the output (rather then fall back to the stored mapping), you can specify `include_defaults`=true on the request to have default values returned.

Closes #3941
2013-10-30 16:16:36 +01:00
..
analysis Fix nonsensical sentence in standard analyzer documentation so that it is more understandable 2013-10-25 00:18:32 +02:00
cluster Clean up wording to reduce confusion 2013-10-21 12:37:50 +01:00
docs mget API should support global routing parameter 2013-10-28 21:05:55 +01:00
images add docs on new service.bat facility 2013-09-23 18:24:31 +03:00
index-modules [DOCS] Added compound_on_flush docs and updated compound_format 2013-10-15 13:30:56 +02:00
indices Add a GetFieldMapping API 2013-10-30 16:16:36 +01:00
mapping rename and document "index.mapping.date.parse_upper_inclusive" setting for date fields 2013-10-28 15:48:31 +01:00
modules [DOCS] Added script.disable_dynamic to the scripting page 2013-10-15 12:25:07 +02:00
query-dsl [Docs] update reference to remove documentation about percolating during an index, bulk or update request. 2013-10-16 16:31:36 +02:00
search [DOCS] Added a version flag to percolation 2013-10-30 13:59:03 +01:00
setup [DOCS] Extending setup as a service documentation 2013-10-29 13:58:06 +01:00
analysis.asciidoc Add more anchor links to documentation 2013-09-30 13:13:16 -06:00
api-conventions.asciidoc [DOCS] Reorganised common API conventions 2013-10-13 16:46:56 +02:00
cluster.asciidoc [DOCS] Reorganised common API conventions 2013-10-13 16:46:56 +02:00
docs.asciidoc [DOCS] Reorganised common API conventions 2013-10-13 16:46:56 +02:00
glossary.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
index-modules.asciidoc [DOCS] Added compound_on_flush docs and updated compound_format 2013-10-15 13:30:56 +02:00
index.asciidoc [DOCS] Reorganised common API conventions 2013-10-13 16:46:56 +02:00
indices.asciidoc Add a GetFieldMapping API 2013-10-30 16:16:36 +01:00
mapping.asciidoc Uniquify anchor links to fix asciidoc/docbook generation 2013-09-30 15:32:00 -06:00
modules.asciidoc [DOCS] Removed outdated new/deprecated version notices 2013-09-03 21:28:31 +02:00
query-dsl.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
search.asciidoc [Docs] update reference to remove documentation about percolating during an index, bulk or update request. 2013-10-16 16:31:36 +02:00
setup.asciidoc add docs on new service.bat facility 2013-09-23 18:24:31 +03:00