@@ -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
@@ -220,7 +220,7 @@ that is accessed rarely and not normally updated.
220
220
221
221
[[glossary-hidden-index]] hidden index ::
222
222
// 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.
224
224
You can specify the `expand_wildcards` parameter to include hidden indices.
225
225
Note that hidden indices _are_ included if the wildcard expression starts with a dot, for example `.watcher-history*`.
226
226
// end::hidden-index-def[]
@@ -233,8 +233,8 @@ In the hot phase, an index is actively updated and queried.
233
233
234
234
[[glossary-hot-tier]] hot tier::
235
235
// 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,
238
238
most-frequently-accessed data.
239
239
// end::hot-tier-def[]
240
240
@@ -485,6 +485,15 @@ This value can be overridden by specifying a `routing` value at index
485
485
time, or a <<mapping-routing-field,routing
486
486
field>> in the <<glossary-mapping,mapping>>.
487
487
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
+
488
497
[[glossary-searchable-snapshot]] searchable snapshot ::
489
498
// tag::searchable-snapshot-def[]
490
499
A <<glossary-snapshot, snapshot>> of an index that has been mounted as a
@@ -562,8 +571,8 @@ from an ID.
562
571
563
572
[[glossary-system-index]] system index ::
564
573
// 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.
567
576
The name of a system index is always prefixed with a dot.
568
577
You should not directly access or modify system indices.
569
578
// end::system-index-def[]
@@ -604,6 +613,6 @@ In the warm phase, an index is generally optimized for search and no longer upda
604
613
605
614
[[glossary-warm-tier]] warm tier::
606
615
// 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
608
617
that is accessed less frequently and rarely needs to be updated.
609
618
// end::warm-tier-def[]
0 commit comments