Skip to content

Commit

Permalink
Fix typo in percolate-query.asciidoc (#29155)
Browse files Browse the repository at this point in the history
  • Loading branch information
tnsatish authored and DaveCTurner committed Mar 20, 2018
1 parent 97a42b0 commit 70f67b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/query-dsl/percolate-query.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ the `percolator` query before it gets indexed into a temporary index.
The `query` field is used for indexing the query documents. It will hold a
json object that represents an actual Elasticsearch query. The `query` field
has been configured to use the <<percolator,percolator field type>>. This field
type understands the query dsl and stored the query in such a way that it can be
type understands the query dsl and stores the query in such a way that it can be
used later on to match documents defined on the `percolate` query.

Register a query in the percolator:
Expand Down

0 comments on commit 70f67b1

Please sign in to comment.