You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user/ppl/interfaces/endpoint.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,11 +155,12 @@ Only the `address` field is highlighted. Rows where "Holmes" appears in other fi
155
155
- Entries are `null` when a row has no highlight data for the requested fields.
156
156
- The `highlights` array is **omitted entirely** when no `highlight` config is provided in the request (backward compatible).
157
157
158
-
### Notes
158
+
### Limitations
159
159
160
160
- Highlighting is supported only in the Calcite engine.
161
161
- The backend forwards the highlight config as-is to OpenSearch. The same highlighting behavior and limitations as [OpenSearch's highlighting API](https://opensearch.org/docs/latest/search-plugins/searching-data/highlight/) apply.
162
162
- Piped commands (`where`, `sort`, `head`, `dedup`) narrow or reorder the result set but do not affect which terms are highlighted.
163
+
- Highlighting works with **single-source queries only**. Joins (`| join`), subqueries, and multi-source queries are not supported — the `highlight` config is ignored in these cases.
0 commit comments