Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/reference/search/request/highlighting.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ This highlighter can be used on fields with `term_vector` set to
for things like phrase matches being sorted above term matches when
highlighting a Boosting Query that boosts phrase matches over term matches

[WARNING]
The `fvh` highlighter does not support span queries. If you need support for
span queries, try an alternative highlighter, such as the `unified` highlighter.

[[offsets-strategy]]
==== Offsets Strategy
To create meaningful search snippets from the terms being queried,
Expand Down