Query context

Query context is in effect whenever a query clause is passed to a query parameter, such as the query parameter in the search API.

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 calculates a _score representing how well the document matches, relative to other documents.

Last updated