The Open API specification for Synapse is now available for download!

Download Open API Spec

MatchAllQuery

org.sagebionetworks.repo.model.search.dsl.MatchAllQuery

A match_all clause. Matches every document. Use {"match_all":{}} to match all documents.

Field Type Description
boost NUMBER Optional. Multiplier for the relevance score of this clause. Default 1.0.
_name STRING Optional. Label echoed back in matched-queries metadata.