ChronixDB / chronix.server

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

Pass multiple analyses to Chronix #9

Closed FlorianLautenschlager closed 8 years ago

FlorianLautenschlager commented 8 years ago
q=host:xyz&fq=aggregation=min,max, ...

The results of the aggregations and analyses are added to the resulting document:

start: A
end: B
data:[...]
min:X
max:Y
...

Hence can ask several values at once.