Re: Updating a single field of a document

2009-02-20 Thread Shalin Shekhar Mangar
On Sat, Feb 21, 2009 at 1:00 AM, Amit Nithian wrote: > Thanks Otis. Are these Solr specific issues. In looking through Lucene's > FAQ, it seems that you would have to delete the document and re-add. Could > a > possible solution be to find the document by the unique-id and set the > fields that w

Re: Updating a single field of a document

2009-02-20 Thread Amit Nithian
a finished state. > > Otis > -- > Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch > > > > - Original Message > > From: Amit Nithian > > To: solr-user@lucene.apache.org > > Sent: Friday, February 20, 2009 7:00:03 AM > > Subject: Up

Re: Updating a single field of a document

2009-02-19 Thread Otis Gospodnetic
t: Friday, February 20, 2009 7:00:03 AM > Subject: Updating a single field of a document > > Is there a way in Solr 1.2 (or Solr 1.3) to update a single field of an > existing document if I know the primary key? Reason I ask is that I > construct a document from multiple sources

Updating a single field of a document

2009-02-19 Thread Amit Nithian
Is there a way in Solr 1.2 (or Solr 1.3) to update a single field of an existing document if I know the primary key? Reason I ask is that I construct a document from multiple sources and some fields may need periodic updating from one of those sources. I would prefer not to have to reconstruct the