Skip to content

Commit f507f55

Browse files
committed
[DOCS] Escape commas in deprecated[] for Asciidoctor migration (#41598)
1 parent 75ed65a commit f507f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/mapping/params/boost.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ have a higher score than words that originated in the `content` field.
7373
This functionality comes at a cost: queries on the `_all` field are slower
7474
when field boosting is used.
7575

76-
deprecated[5.0.0, index time boost is deprecated. Instead, the field mapping boost is applied at query time. For indices created before 5.0.0 the boost will still be applied at index time.]
76+
deprecated[5.0.0, "index time boost is deprecated. Instead, the field mapping boost is applied at query time. For indices created before 5.0.0 the boost will still be applied at index time."]
7777
[WARNING]
7878
.Why index time boosting is a bad idea
7979
==================================================

0 commit comments

Comments
 (0)