We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b754e commit 1eeee3bCopy full SHA for 1eeee3b
docs/reference/mapping/runtime.asciidoc
@@ -816,6 +816,10 @@ experimental[]
816
The <<search-fields,`fields`>> parameter on the `_search` API can also be used to retrieve fields from
817
the related indices via runtime fields with a type of `lookup`.
818
819
+NOTE: Fields that are retrieved by runtime fields of type `lookup` can be used
820
+to enrich the hits in a search response. It's not possible to query or aggregate
821
+on these fields.
822
+
823
[source,console]
824
----
825
POST ip_location/_doc?refresh
0 commit comments