Clarify missing behavior.

This commit is contained in:
Tiago Alves Macambira 2014-05-05 10:53:37 -03:00 committed by Clinton Gormley
parent c6c9bbdd72
commit a8242e6c8c

View File

@ -43,8 +43,8 @@ doesn't take the query into account that is part of request.
included or controls for what suggest text terms, suggestions should be included or controls for what suggest text terms, suggestions should be
suggested. Three possible values can be specified: suggested. Three possible values can be specified:
+ +
** `missing`: Only suggest terms in the suggest text that aren't in ** `missing`: Only provide suggestions for suggest text terms that are
the index. This is the default. not in the index. This is the default.
** `popular`: Only suggest suggestions that occur in more docs then ** `popular`: Only suggest suggestions that occur in more docs then
the original suggest text term. the original suggest text term.
** `always`: Suggest any matching suggestions based on terms in the ** `always`: Suggest any matching suggestions based on terms in the