@@ -55,7 +55,7 @@ The information still needs to be searchable, but it’s okay if those queries a
55
55
56
56
[[glossary-cold-tier]] cold tier::
57
57
// 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
59
59
that is accessed occasionally and not normally updated.
60
60
// end::cold-tier-def[]
61
61
@@ -67,7 +67,7 @@ A building block for constructing <<index-templates,index templates>> that speci
67
67
68
68
[[glossary-content-tier]] content tier::
69
69
// 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
71
71
content such as a product catalog.
72
72
// end::content-tier-def[]
73
73
@@ -230,7 +230,7 @@ that is accessed rarely and not normally updated.
230
230
231
231
[[glossary-hidden-index]] hidden index ::
232
232
// tag::hidden-index-def[]
233
- An index that is excluded by default when you access indices using a wildcard expression.
233
+ An index that is excluded by default when you access indices using a wildcard expression.
234
234
You can specify the `expand_wildcards` parameter to include hidden indices.
235
235
Note that hidden indices _are_ included if the wildcard expression starts with a dot, for example `.watcher-history*`.
236
236
// end::hidden-index-def[]
@@ -243,8 +243,8 @@ In the hot phase, an index is actively updated and queried.
243
243
244
244
[[glossary-hot-tier]] hot tier::
245
245
// tag::hot-tier-def[]
246
- A <<glossary-data-tier, data tier>> that contains nodes that handle the indexing load
247
- for time series data such as logs or metrics and hold your most recent,
246
+ A <<glossary-data-tier, data tier>> that contains nodes that handle the indexing load
247
+ for time series data such as logs or metrics and hold your most recent,
248
248
most-frequently-accessed data.
249
249
// end::hot-tier-def[]
250
250
@@ -518,6 +518,15 @@ in the <<glossary-mapping,mapping>>.
518
518
// end::routing-def[]
519
519
--
520
520
521
+ [[glossary-runtime-fields]] runtime field ::
522
+ // tag::runtime-fields-def[]
523
+ A runtime field is a field that is evaluated at query time. You access runtime
524
+ fields from the search API like any other field, and {es} sees runtime fields
525
+ no differently. You can define runtime fields in the
526
+ {ref}/runtime-mapping-fields.html[index mapping] or in the
527
+ {ref}/runtime-search-request.html[search request].
528
+ // end::runtime-fields-def[]
529
+
521
530
[[glossary-searchable-snapshot]] searchable snapshot ::
522
531
// tag::searchable-snapshot-def[]
523
532
A <<glossary-snapshot, snapshot>> of an index that has been mounted as a
@@ -606,8 +615,8 @@ See the {ref}/indices-split-index.html[split index API].
606
615
607
616
[[glossary-system-index]] system index ::
608
617
// tag::system-index-def[]
609
- An index that contains configuration information or other data used internally by the system,
610
- such as the `.security` index.
618
+ An index that contains configuration information or other data used internally by the system,
619
+ such as the `.security` index.
611
620
The name of a system index is always prefixed with a dot.
612
621
You should not directly access or modify system indices.
613
622
// end::system-index-def[]
@@ -656,6 +665,6 @@ In the warm phase, an index is generally optimized for search and no longer upda
656
665
657
666
[[glossary-warm-tier]] warm tier::
658
667
// tag::warm-tier-def[]
659
- A <<glossary-data-tier, data tier>> that contains nodes that hold time series data
668
+ A <<glossary-data-tier, data tier>> that contains nodes that hold time series data
660
669
that is accessed less frequently and rarely needs to be updated.
661
670
// end::warm-tier-def[]
0 commit comments