Skip to content

Commit

Permalink
Add note that composite runtime fields cannot be indexed yet
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Locke committed Sep 21, 2021
1 parent d863483 commit 6ae2b31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/reference/mapping/runtime.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,8 @@ mapping. {es} automatically uses these indexed fields to drive queries,
resulting in a fast response time. This capability means you can write a
script only once, and apply it to any context that supports runtime fields.

NOTE: Indexing a `composite` runtime field is currently not supported.

You can then use runtime fields to limit the number of fields that {es} needs
to calculate values for. Using indexed fields in tandem with runtime fields
provides flexibility in the data that you index and how you define queries for
Expand Down

0 comments on commit 6ae2b31

Please sign in to comment.