[DOCS] Escape commas in experimental[] for Asciidoctor migration (#41578)
This commit is contained in:
parent
3ccb48e516
commit
4adf7963c7
|
@ -1,7 +1,7 @@
|
||||||
[[search-rank-eval]]
|
[[search-rank-eval]]
|
||||||
== Ranking Evaluation API
|
== Ranking Evaluation API
|
||||||
|
|
||||||
experimental[The ranking evaluation API is experimental and may be changed or removed completely in a future release, as well as change in non-backwards compatible ways on minor versions updates. Elastic will take a best effort approach to fix any issues, but experimental features are not subject to the support SLA of official GA features.]
|
experimental["The ranking evaluation API is experimental and may be changed or removed completely in a future release, as well as change in non-backwards compatible ways on minor versions updates. Elastic will take a best effort approach to fix any issues, but experimental features are not subject to the support SLA of official GA features."]
|
||||||
|
|
||||||
The ranking evaluation API allows to evaluate the quality of ranked search
|
The ranking evaluation API allows to evaluate the quality of ranked search
|
||||||
results over a set of typical search queries. Given this set of queries and a
|
results over a set of typical search queries. Given this set of queries and a
|
||||||
|
|
Loading…
Reference in New Issue