Re: CSV entry as multiple documents

2015-02-17 Thread Alexandre Rafalovitch
enrique, >>> >>> Solr supports posting a csv with multiple rows. Have a look at the >>> documentation in the ref. guide here: >>> https://cwiki.apache.org/confluence/display/solr/Uploading+Data+with+Index+Handlers#UploadingDatawithIndexHandlers-CSVFormattedIn

Re: CSV entry as multiple documents

2015-02-17 Thread Henrique Oliveira
Feb 17, 2015 at 2:44 PM, Henrique Oliveira >> wrote: >> >>> 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 fil

Re: CSV entry as multiple documents

2015-02-17 Thread Alexandre Rafalovitch
> >> 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,

Re: CSV entry as multiple documents

2015-02-17 Thread Anshum Gupta
, Henrique Oliveira wrote: > 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

CSV entry as multiple documents

2015-02-17 Thread Henrique Oliveira
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