IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Metadata fields
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Metadata fields
editEach document has metadata associated with it, such as the _index, mapping
_type, and _id metadata fields. The behavior of
some of these metadata fields can be customized when a mapping type is created.
Identity metadata fields
edit|
The index to which the document belongs. |
|
|
The document’s mapping type. |
|
|
The document’s ID. |
Document source metadata fields
edit-
_source - The original JSON representing the body of the document.
-
_size -
The size of the
_sourcefield in bytes, provided by themapper-sizeplugin.
Doc count metadata field
edit-
_doc_count - A custom field used for storing doc counts when a document represents pre-aggregated data.
Indexing metadata fields
edit-
_field_names - All fields in the document which contain non-null values.
-
_ignored -
All fields in the document that have been ignored at index time because of
ignore_malformed.
Routing metadata field
edit-
_routing - A custom routing value which routes a document to a particular shard.
Other metadata field
edit-
_meta - Application specific metadata.