ChronixDB / chronix.storage

The Chronix storage based on Apache Lucene
Apache License 2.0
47 stars 10 forks source link

Support Queries on multi-valued Fields #1

Open FlorianLautenschlager opened 8 years ago

FlorianLautenschlager commented 8 years ago

Chronix Storage currently stores each element of a collection in a lucene field adding a postfix for identification.

names => [chronix,storage]
- names::mv::1 -> chronix
- names::mv::2 -> storage 

If a query asks a multi-valued field e.g. names:chronix, nothing is found.