ChronixDB / chronix.server

The Chronix Server implementation that is based on Apache Solr.
Apache License 2.0
263 stars 29 forks source link

Points returned as JSON are not sorted #68

Closed FlorianLautenschlager closed 8 years ago

FlorianLautenschlager commented 8 years ago

A request with fl=dataAsJson returns unsorted points. Solution: Insert a ts.sort() call before JSON serialization.