1
0
Эх сурвалжийг харах

Percolator docs missing a callout

Clinton Gormley 9 жил өмнө
parent
commit
68f96868a6

+ 2 - 2
docs/reference/query-dsl/percolator-query.asciidoc

@@ -293,7 +293,7 @@ This will yield the following response.
         },
         "highlight": {
           "message": [
-            "The quick brown fox jumps over the <em>lazy</em> <em>dog</em>"
+            "The quick brown fox jumps over the <em>lazy</em> <em>dog</em>" <1>
           ]
         }
       },
@@ -311,7 +311,7 @@ This will yield the following response.
         },
         "highlight": {
           "message": [
-            "The quick <em>brown</em> <em>fox</em> jumps over the lazy dog"
+            "The quick <em>brown</em> <em>fox</em> jumps over the lazy dog" <1>
           ]
         }
       }