mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Docs: Remove extra word from phrase-suggester
This commit is contained in:
parent
48926b4d66
commit
3c24ea43fd
@ -314,7 +314,7 @@ The direct generators support the following parameters:
|
||||
The suggest mode controls what suggestions are included on the suggestions
|
||||
generated on each shard. All values other than `always` can be thought of
|
||||
as an optimization to generate fewer suggestions to test on each shard and
|
||||
are not rechecked at when combining the suggestions generated on each
|
||||
are not rechecked when combining the suggestions generated on each
|
||||
shard. Thus `missing` will generate suggestions for terms on shards that do
|
||||
not contain them even other shards do contain them. Those should be
|
||||
filtered out using `confidence`. Three possible values can be specified:
|
||||
|
Loading…
x
Reference in New Issue
Block a user