Doc: Minor typo fix in query_filter_context.asciidoc

This commit is contained in:
Boaz Leskes 2015-06-04 15:42:55 +02:00
parent 39a20c3b5b
commit 708320446e
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ Query context::
--
A query clause used in query context answers the question ``__How well does this
document match this query clause?__'' Besides deciding whether or not the
document matches, the query clause also calculated a `_score` representing how
document matches, the query clause also calculates a `_score` representing how
well the document matches, relative to other documents.
Query context is in effect whenever a query clause is passed to a `query` parameter,