Hi all,

I was wondering if there is a way to tell Solr to treat a CSV entry as multiple 
documents instead of one document. For instance, suppose that a CSV file has 4 
fields and a single entry:
t1,v1,v2,v3
2015-01-01T01:00:59Z,0.3,0.5,0.7

I want Solr to update its index like it were 3 different documents:
t1,v
2015-01-01T01:00:59Z,0.3
2015-01-01T01:00:59Z,0.5
2015-01-01T01:00:59Z,0.7

Is that possible, or do I have to create a different CSV for it?

Many thanks,
Henrique.

Reply via email to