Revert "Make it clear this is boost at index time (#51390)"
This reverts commit 3d5238bd95
.
This commit is contained in:
parent
3d5238bd95
commit
a29deecbda
|
@ -1,7 +1,8 @@
|
|||
[[mapping-boost]]
|
||||
=== `boost`
|
||||
|
||||
Individual fields can be _boosted_ automatically at index time (to count more towards the relevance score), with the `boost` parameter as follows:
|
||||
Individual fields can be _boosted_ automatically -- count more towards the relevance score
|
||||
-- at query time, with the `boost` parameter as follows:
|
||||
|
||||
[source,console]
|
||||
--------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue