Amit, This is still the case. I believe 2 separate issues related to this exist in JIRA, but none is in a finished state.
Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch ----- Original Message ---- > From: Amit Nithian <anith...@gmail.com> > To: solr-user@lucene.apache.org > Sent: 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 and some fields may need periodic > updating from one of those sources. I would prefer not to have to > reconstruct the entire document (and hence query the multiple sources) for a > single field change. > I noticed that Solr 1.2 will delete and add the new document rather than > replace individual fields. Is there a way around this? > > Thanks > Amit