Re: CSV entry as multiple documents

2015-02-17 Thread Henrique Oliveira
rts 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-CSVFormattedIndexUpdates >> >> >> >> On Tue,

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 different

Solr server from scratch

2015-02-05 Thread Henrique Oliveira
Hello, I am kinda new to Solr, working with it for almost a month now. I’ve been thru lots of tutorials and I am able to index my data, facet-query and even modify existing request handlers for my needs. Apart of this, it seems that everything tutorial related is made under that example dir that