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.
html
1 parent 04d1489 commit 6ae7ac6Copy full SHA for 6ae7ac6
docs/reference/search/request/highlighting.asciidoc
@@ -139,8 +139,9 @@ You can specify the locale to use with `boundary_scanner_locale`.
139
boundary_scanner_locale:: Controls which locale is used to search for sentence
140
and word boundaries.
141
142
-encoder:: Indicates if the highlighted text should be HTML encoded:
143
-`default` (no encoding) or `html` (escapes HTML highlighting tags).
+encoder:: Indicates if the snippet should be HTML encoded:
+`default` (no encoding) or `html` (HTML-escape the snippet text and then
144
+insert the highlighting tags)
145
146
fields:: Specifies the fields to retrieve highlights for. You can use wildcards
147
to specify fields. For example, you could specify `comment_*` to
0 commit comments