Fix typo in percolate-query.asciidoc (#29155)

This commit is contained in:
tnsatish 2018-03-20 22:16:11 +05:30 committed by David Turner
parent 97a42b014f
commit 70f67b17dd
1 changed files with 1 additions and 1 deletions

View File

@ -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: