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

Download Open API Spec

SuggestedTermSort

org.sagebionetworks.repo.model.search.query.SuggestedTermSort

Specifies how suggestions should be sorted in the response.

Enumeration
name description
SCORE Sort by similarity score, then document frequency, and then the term itself.
FREQUENCY Sort by document frequency, then similarity score, and then the term itself.