Merge pull request #11983 from cdosborn/patch-1

Grammar fix to match query docs
This commit is contained in:
Clinton Gormley 2015-07-05 18:24:06 +02:00
parent d74eac94f2
commit 1e5e4439ce

View File

@ -1,8 +1,9 @@
[[query-dsl-match-query]]
=== Match Query
A family of `match` queries that accept text/numerics/dates, analyzes
it, and constructs a query out of it. For example:
A family of `match` queries that accepts text/numerics/dates, analyzes
them, and constructs a query. For example:
[source,js]
--------------------------------------------------