Compound Queries
Overview
Compound queries combine multiple other queries. For instance, the following query looks for documents containing either the term running
or shoes
and boosts the relevance of documents matching shoes
.
Compound query functions are composable, which allows for arbitrarily fine-grained queries.