mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
default values for BM25 Similarity (#18778)
assuming elasticsearch uses the lucene default values
This commit is contained in:
parent
4c15d143d9
commit
26aacfff72
@ -73,10 +73,11 @@ This similarity has the following options:
|
|||||||
[horizontal]
|
[horizontal]
|
||||||
`k1`::
|
`k1`::
|
||||||
Controls non-linear term frequency normalization
|
Controls non-linear term frequency normalization
|
||||||
(saturation).
|
(saturation). The default value is `1.2`.
|
||||||
|
|
||||||
`b`::
|
`b`::
|
||||||
Controls to what degree document length normalizes tf values.
|
Controls to what degree document length normalizes tf values.
|
||||||
|
The default value is `0.75`.
|
||||||
|
|
||||||
`discount_overlaps`::
|
`discount_overlaps`::
|
||||||
Determines whether overlap tokens (Tokens with
|
Determines whether overlap tokens (Tokens with
|
||||||
|
Loading…
x
Reference in New Issue
Block a user