mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 01:44:36 -04:00
* delete asciidoc files
* add migrated files
* fix errors
* Disable docs tests
* Clarify release notes page titles
* Revert "Clarify release notes page titles"
This reverts commit 8be688648d
.
* Comment out edternal URI images
* Clean up query languages landing pages, link to conceptual docs
* Add .md to url
* Fixes inference processor nesting.
---------
Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
Co-authored-by: Liam Thompson <leemthompo@gmail.com>
Co-authored-by: Martijn Laarman <Mpdreamz@gmail.com>
Co-authored-by: István Zoltán Szabó <szabosteve@gmail.com>
2.2 KiB
2.2 KiB
Document metadata fields [mapping-fields]
Each document has metadata associated with it, such as the _index
and _id
metadata fields. The behavior of some of these metadata fields can be customized when a mapping is created.
Identity metadata fields [_identity_metadata_fields]
Document source metadata fields [_document_source_metadata_fields]
_source
- The original JSON representing the body of the document.
_size
- The size of the
_source
field in bytes, provided by themapper-size
plugin.
Doc count metadata field [_doc_count_metadata_field]
_doc_count
- A custom field used for storing doc counts when a document represents pre-aggregated data.
Indexing metadata fields [_indexing_metadata_fields]
_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 [_routing_metadata_field]
_routing
- A custom routing value which routes a document to a particular shard.