Re: Partial update using solr 4.3 with csv input

2013-06-20 Thread Shalin Shekhar Mangar
just isn't any place to >> put >> the atomic update options in such a simple text format. >> >> -- Jack Krupansky >> >> -Original Message- >> From: smanad >> Sent: Wednesday, June 19, 2013 8:30 PM >> To: > >> solr-user@.ap

Re: Partial update using solr 4.3 with csv input

2013-06-20 Thread Jack Krupansky
Jack Krupansky -Original Message- From: smanad Sent: Thursday, June 20, 2013 3:28 PM To: solr-user@lucene.apache.org Subject: Re: Partial update using solr 4.3 with csv input Thanks for confirming. So if my input is a csv file, I will need a script to read the "delta" changes

Re: Partial update using solr 4.3 with csv input

2013-06-20 Thread smanad
t. There just isn't any place to > put > the atomic update options in such a simple text format. > > -- Jack Krupansky > > -Original Message- > From: smanad > Sent: Wednesday, June 19, 2013 8:30 PM > To: > solr-user@.apache > Subject: Partial

Re: Partial update using solr 4.3 with csv input

2013-06-19 Thread Jack Krupansky
using solr 4.3 with csv input I was going through this link http://solr.pl/en/2012/07/09/solr-4-0-partial-documents-update/ and one of the comments is about support for csv. Since the comment is almost a year old, just wondering if this is still true that, partial updates are possible only with xm

Partial update using solr 4.3 with csv input

2013-06-19 Thread smanad
I was going through this link http://solr.pl/en/2012/07/09/solr-4-0-partial-documents-update/ and one of the comments is about support for csv. Since the comment is almost a year old, just wondering if this is still true that, partial updates are possible only with xml and json input? Thanks,