Query pipeline stage configuration specifications
true
:Configure the Highlight Query Pipeline Stage
3
, Fusion will attempt to generate 3 snippets containing highlighted terms.
100
, Fusion will attempt to create snippets that are around 100 characters in length.
<em>
and </em>
are used. You can use other values for the match tags, such as <span style="background-color:powderblue;">
and </span>
, but the Managed Fusion UI will not reflect your custom styles.
true
if you want to generate snippets even when no highlights are found. The Snippet count and Snippet length values are still in effect.
true
: Configure Highlighting in the Query Workbench
hl=true
hl.fl=*
_t
suffix, for example: longDescription_t
.
3
, for example, the following is returned:
3
and Snippet length to 5
will attempt to generate 3 snippets that are at least 5 characters long:
500
, may result in a single long snippet despite a Snippet count value of 3
:
<em>
and </em>
are used. Match tags are appended to the highlight response field:
JSON
<span style="background-color:powderblue;">
and </span>
, but the Managed Fusion UI will not reflect your custom styles.
longDescription_t
is as the Highlight Fields value.
UI
\t
for the tab character. When entering configuration values in the API, use escaped characters, such as \\t
for the tab character.