[DOCS] Clarify Completion Suggester output deduplication
This commit is contained in:
parent
98063ba244
commit
0b6734aa40
|
@ -107,9 +107,10 @@ The following parameters are supported:
|
||||||
`output`::
|
`output`::
|
||||||
The string to return, if a suggestion matches. This is very
|
The string to return, if a suggestion matches. This is very
|
||||||
useful to normalize outputs (i.e. have them always in the format
|
useful to normalize outputs (i.e. have them always in the format
|
||||||
`artist - songname`). The result is de-duplicated if several documents
|
`artist - songname`). This is optional.
|
||||||
|
*Note*: The result is de-duplicated if several documents
|
||||||
have the same output, i.e. only one is returned as part of the
|
have the same output, i.e. only one is returned as part of the
|
||||||
suggest result. This is optional.
|
suggest result.
|
||||||
|
|
||||||
`payload`::
|
`payload`::
|
||||||
An arbitrary JSON object, which is simply returned in the
|
An arbitrary JSON object, which is simply returned in the
|
||||||
|
|
Loading…
Reference in New Issue