[DOCS] Clarify Completion Suggester output deduplication

This commit is contained in:
Areek Zillur 2014-08-12 11:26:00 -04:00
parent 98063ba244
commit 0b6734aa40
1 changed files with 3 additions and 2 deletions

View File

@ -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