[DOCS] Escape commas in deprecated[] for Asciidoctor migration (#41598)
This commit is contained in:
parent
d329186972
commit
9506e3f1c5
|
@ -64,7 +64,7 @@ POST _search
|
||||||
// CONSOLE
|
// CONSOLE
|
||||||
|
|
||||||
|
|
||||||
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.]
|
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."]
|
||||||
[WARNING]
|
[WARNING]
|
||||||
.Why index time boosting is a bad idea
|
.Why index time boosting is a bad idea
|
||||||
==================================================
|
==================================================
|
||||||
|
|
Loading…
Reference in New Issue