Revert "Make it clear this is boost at index time (#51390)"

This reverts commit 3d5238bd95.
This commit is contained in:
Mayya Sharipova 2020-01-24 11:05:42 -05:00
parent 3d5238bd95
commit a29deecbda
1 changed files with 2 additions and 1 deletions

View File

@ -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]
--------------------------------------------------