Skip to content

Commit 1a9150d

Browse files
dwvisserChristoph Büscher
authored andcommitted
[Docs] Differentiate runtime field and indexed field (#91057)
Clarify wording of upgrading runtime fields to index field.
1 parent 65bca15 commit 1a9150d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/mapping/runtime.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ data into the Elastic Stack and access it right away. When you define a runtime
3434
field, you can immediately use it in search requests, aggregations, filtering,
3535
and sorting.
3636

37-
If you make a runtime field an indexed field, you don't need to modify any
38-
queries that refer to the runtime field. Better yet, you can refer to some
37+
If you change a runtime field into an indexed field, you don't need to modify
38+
any queries that refer to the runtime field. Better yet, you can refer to some
3939
indices where the field is a runtime field, and other indices where the field
4040
is an indexed field. You have the flexibility to choose which fields to index
4141
and which ones to keep as runtime fields.

0 commit comments

Comments
 (0)