Skip to content

Commit a689d3f

Browse files
Adam Lockejrodewig
Adam Locke
andauthored
[DOCS] Add runtime field to glossary (#69204)
* [DOCS] Add runtime field to glossary * Update links with external refs Co-authored-by: James Rodewig <[email protected]> Co-authored-by: James Rodewig <[email protected]>
1 parent 164d991 commit a689d3f

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

docs/reference/glossary.asciidoc

+17-8
Original file line numberDiff line numberDiff line change
@@ -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
5959
that 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
7171
content such as a product catalog.
7272
// end::content-tier-def[]
7373

@@ -230,7 +230,7 @@ that is accessed rarely and not normally updated.
230230

231231
[[glossary-hidden-index]] hidden index ::
232232
// 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.
234234
You can specify the `expand_wildcards` parameter to include hidden indices.
235235
Note that hidden indices _are_ included if the wildcard expression starts with a dot, for example `.watcher-history*`.
236236
// end::hidden-index-def[]
@@ -243,8 +243,8 @@ In the hot phase, an index is actively updated and queried.
243243

244244
[[glossary-hot-tier]] hot tier::
245245
// 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,
248248
most-frequently-accessed data.
249249
// end::hot-tier-def[]
250250

@@ -518,6 +518,15 @@ in the <<glossary-mapping,mapping>>.
518518
// end::routing-def[]
519519
--
520520

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+
521530
[[glossary-searchable-snapshot]] searchable snapshot ::
522531
// tag::searchable-snapshot-def[]
523532
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].
606615

607616
[[glossary-system-index]] system index ::
608617
// 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.
611620
The name of a system index is always prefixed with a dot.
612621
You should not directly access or modify system indices.
613622
// end::system-index-def[]
@@ -656,6 +665,6 @@ In the warm phase, an index is generally optimized for search and no longer upda
656665

657666
[[glossary-warm-tier]] warm tier::
658667
// 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
660669
that is accessed less frequently and rarely needs to be updated.
661670
// end::warm-tier-def[]

0 commit comments

Comments
 (0)