Update span-multi-term-query.asciidoc (#22733)

"term" is not actually a multi-term query (perhaps confusion with "term range")
This commit is contained in:
William Webber 2017-01-24 03:33:12 +11:00 committed by Clinton Gormley
parent abaf728882
commit f1a902865f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
=== Span Multi Term Query
The `span_multi` query allows you to wrap a `multi term query` (one of wildcard,
fuzzy, prefix, term, range or regexp query) as a `span query`, so
fuzzy, prefix, range or regexp query) as a `span query`, so
it can be nested. Example:
[source,js]