فهرست منبع

[DOCS] Fix typo in rank feature query docs (#57401)

Florian Kelbert 5 سال پیش
والد
کامیت
911c13bcf1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      docs/reference/query-dsl/rank-feature-query.asciidoc

+ 1 - 1
docs/reference/query-dsl/rank-feature-query.asciidoc

@@ -121,7 +121,7 @@ PUT /test/_doc/3?refresh
 [[rank-feature-query-ex-query]]
 ===== Example query
 
-The following query searches for `2016` and boosts relevance scores based or
+The following query searches for `2016` and boosts relevance scores based on
 `pagerank`, `url_length`, and the `sports` topic.
 
 [source,console]