ChronixDB / chronix.server

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

Bug when using field in join key that is not part of the requested fields #76

Closed FlorianLautenschlager closed 7 years ago

FlorianLautenschlager commented 7 years ago

If the join key uses a field that is not part of the requested fields, then the join fails.

join_key: "null-testmetric"

FlorianLautenschlager commented 7 years ago

See also #102