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

Download Open API Spec

ExtendedBounds

org.sagebionetworks.repo.model.search.dsl.ExtendedBounds

Min/max bounds that force a histogram or date_histogram to emit buckets across the full range (used as extended_bounds or hard_bounds). Bounding the range is what caps the bucket count.

Field Type Description
min OBJECT Lower bound. A number, or a date / date-math string on a date_histogram.
max OBJECT Upper bound. A number, or a date / date-math string on a date_histogram.