ChronixDB / chronix.server

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

Data as JSON even for transformations #35

Closed FlorianLautenschlager closed 8 years ago

FlorianLautenschlager commented 8 years ago

Currently the dataAsJson functionality only works for range queries without any functions (aggregations, transformations, analyses). We should provide this feature also for queries that include functions.

FlorianLautenschlager commented 8 years ago

We should unify the data as json representation.

We should use simply dataAsJson in both cases.

FlorianLautenschlager commented 8 years ago

fl:dataAsJson is now available for both, function query and range queries.