Hi, I'm afraid you'll have to post the full document again, then do a commit. But it WILL be lightning fast, as it is only the updated document which is indexed, all the other existing documents will not be re-indexed.
-- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Training in Europe - www.solrtraining.com On 18. aug. 2010, at 15.44, Gonzalo Payo Navarro wrote: > Hi everyone! > > I've a question: Is there a way to update a document in Solr (v. 1.4) > and that document is ready for searches without a reindex? > > Let me put it this way: My index is filled with documents like, say, > DOC_ID, STATUS and TEXT fields. What if I want to update the TEXT > field and see that change immediately in the Solr's Index. > > Thanks