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

Download Open API Spec

SearchQueryResults

org.sagebionetworks.repo.model.search.SearchQueryResults

Results of a search query against an OpenSearch index.

Field Type Description
concreteType STRING
totalHits INTEGER The total number of matching documents.
hits ARRAY<SearchHit> The list of search result hits for this page.
facets ARRAY<FacetColumnResult> Facet aggregation results, if requested.
offset INTEGER The offset used for this page of results.