Browse Source

Typo in example of the filter_path option (#84551) (#84661)

(cherry picked from commit b637d8bc709686ef464757258795644bf0a66b44)

Co-authored-by: Stéphane Campinas <stephane.campinas@gmail.com>
James Rodewig 3 years ago
parent
commit
8322809607
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/rest-api/common-options.asciidoc

+ 2 - 2
docs/reference/rest-api/common-options.asciidoc

@@ -118,8 +118,8 @@ Responds:
 --------------------------------------------------
 
 And the `**` wildcard can be used to include fields without knowing the
-exact path of the field. For example, we can return the Lucene version
-of every segment with this request:
+exact path of the field. For example, we can return the state
+of every shard with this request:
 
 [source,console]
 --------------------------------------------------