[DOCS] fixed small typo in percolate.asciidoc

This commit is contained in:
Stefan Antoni 2014-06-02 08:57:07 +02:00 committed by Luca Cavanna
parent d6a18ab2ba
commit 8e862f15c1
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ The percolate api returns matches that refer to percolate queries that have matc
=== Indexing percolator queries
Percolate queries are stored as documents in a specific format and in an arbitrary index under a reserved type with the
name `.percolator`. The query itself is placed as is in a json objects under the top level field `query`.
name `.percolator`. The query itself is placed as is in a json object under the top level field `query`.
[source,js]
--------------------------------------------------