Browse Source

Clarify `missing` behavior.

Tiago Alves Macambira 11 years ago
parent
commit
a8242e6c8c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/search/suggesters/term-suggest.asciidoc

+ 2 - 2
docs/reference/search/suggesters/term-suggest.asciidoc

@@ -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
-                    the index. This is the default. 
+     ** `missing`:  Only provide suggestions for suggest text terms that are
+                    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