mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
Add warning phrase suggester's max_errors
large number can badly impact performance.
This commit is contained in:
parent
0eaed0da26
commit
bbf0ec52de
@ -124,7 +124,10 @@ can contain misspellings (See parameter descriptions below).
|
|||||||
accepts a float value in the range `[0..1)` as a fraction of the actual
|
accepts a float value in the range `[0..1)` as a fraction of the actual
|
||||||
query terms a number `>=1` as an absolute number of query terms. The
|
query terms a number `>=1` as an absolute number of query terms. The
|
||||||
default is set to `1.0` which corresponds to that only corrections with
|
default is set to `1.0` which corresponds to that only corrections with
|
||||||
at most 1 misspelled term are returned.
|
at most 1 misspelled term are returned. Note that setting this too high
|
||||||
|
can negativly impact performance. Low values like `1` or `2` are recommended
|
||||||
|
otherwise the time spend in suggest calls might exceed the time spend in
|
||||||
|
query execution.
|
||||||
|
|
||||||
`separator`::
|
`separator`::
|
||||||
the separator that is used to separate terms in the
|
the separator that is used to separate terms in the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user