@@ -55,7 +55,7 @@ The information still needs to be searchable, but it’s okay if those queries a
5555
5656[[glossary-cold-tier]] cold tier::
5757// tag::cold-tier-def[]
58- A <<glossary-data-tier, data tier>> that contains nodes that hold time series data
58+ A <<glossary-data-tier, data tier>> that contains nodes that hold time series data
5959that is accessed occasionally and not normally updated.
6060// end::cold-tier-def[]
6161
@@ -67,7 +67,7 @@ A building block for constructing <<index-templates,index templates>> that speci
6767
6868[[glossary-content-tier]] content tier::
6969// tag::content-tier-def[]
70- A <<glossary-data-tier, data tier>> that contains nodes that handle the indexing and query load for
70+ A <<glossary-data-tier, data tier>> that contains nodes that handle the indexing and query load for
7171content such as a product catalog.
7272// end::content-tier-def[]
7373
@@ -220,7 +220,7 @@ that is accessed rarely and not normally updated.
220220
221221[[glossary-hidden-index]] hidden index ::
222222// tag::hidden-index-def[]
223- An index that is excluded by default when you access indices using a wildcard expression.
223+ An index that is excluded by default when you access indices using a wildcard expression.
224224You can specify the `expand_wildcards` parameter to include hidden indices.
225225Note that hidden indices _are_ included if the wildcard expression starts with a dot, for example `.watcher-history*`.
226226// end::hidden-index-def[]
@@ -233,8 +233,8 @@ In the hot phase, an index is actively updated and queried.
233233
234234[[glossary-hot-tier]] hot tier::
235235// tag::hot-tier-def[]
236- A <<glossary-data-tier, data tier>> that contains nodes that handle the indexing load
237- for time series data such as logs or metrics and hold your most recent,
236+ A <<glossary-data-tier, data tier>> that contains nodes that handle the indexing load
237+ for time series data such as logs or metrics and hold your most recent,
238238most-frequently-accessed data.
239239// end::hot-tier-def[]
240240
@@ -485,6 +485,15 @@ This value can be overridden by specifying a `routing` value at index
485485time, or a <<mapping-routing-field,routing
486486field>> in the <<glossary-mapping,mapping>>.
487487
488+ [[glossary-runtime-fields]] runtime field ::
489+ // tag::runtime-fields-def[]
490+ A runtime field is a field that is evaluated at query time. You access runtime
491+ fields from the search API like any other field, and {es} sees runtime fields
492+ no differently. You can define runtime fields in the
493+ {ref}/runtime-mapping-fields.html[index mapping] or in the
494+ {ref}/runtime-search-request.html[search request].
495+ // end::runtime-fields-def[]
496+
488497[[glossary-searchable-snapshot]] searchable snapshot ::
489498// tag::searchable-snapshot-def[]
490499A <<glossary-snapshot, snapshot>> of an index that has been mounted as a
@@ -562,8 +571,8 @@ from an ID.
562571
563572[[glossary-system-index]] system index ::
564573// tag::system-index-def[]
565- An index that contains configuration information or other data used internally by the system,
566- such as the `.security` index.
574+ An index that contains configuration information or other data used internally by the system,
575+ such as the `.security` index.
567576The name of a system index is always prefixed with a dot.
568577You should not directly access or modify system indices.
569578// end::system-index-def[]
@@ -604,6 +613,6 @@ In the warm phase, an index is generally optimized for search and no longer upda
604613
605614[[glossary-warm-tier]] warm tier::
606615// tag::warm-tier-def[]
607- A <<glossary-data-tier, data tier>> that contains nodes that hold time series data
616+ A <<glossary-data-tier, data tier>> that contains nodes that hold time series data
608617that is accessed less frequently and rarely needs to be updated.
609618// end::warm-tier-def[]
0 commit comments