You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Gavin <ga...@beyondm.net> on 2008/01/21 06:15:58 UTC

Update the index

Hi,
	Can some one point me to a location where it describes how to update an
already indexed document? I was thinking there is and <update> tag
explained somewhere but cant find it.

Thanks,
-- 
Gavin Selvaratnam,
Project Leader

hSenid Mobile Solutions
Phone: +94-11-2446623/4 
Fax: +94-11-2307579 

Web: http://www.hSenidMobile.com 
 
Make it happen

Disclaimer: This email and any files transmitted with it are confidential and intended solely for 
the use of the individual or entity to which they are addressed. The content and opinions 
contained in this email are not necessarily those of hSenid Software International. 
If you have received this email in error please contact the sender.


Re: Update the index

Posted by farhanali <ar...@gmail.com>.
updating a document in Solr index does not require any <update> tag just post
the document with the same id it will be updated.

-- 
View this message in context: http://www.nabble.com/Update-the-index-tp14991443p14994095.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Update the index

Posted by anuvenk <an...@hotmail.com>.
http://wiki.apache.org/solr/UpdateXmlMessages
Is this what you are looking for. Index the document again and it should
overwrite the older one with the same id.

Gavin-39 wrote:
> 
> Hi,
> 	Can some one point me to a location where it describes how to update an
> already indexed document? I was thinking there is and <update> tag
> explained somewhere but cant find it.
> 
> Thanks,
> -- 
> Gavin Selvaratnam,
> Project Leader
> 
> hSenid Mobile Solutions
> Phone: +94-11-2446623/4 
> Fax: +94-11-2307579 
> 
> Web: http://www.hSenidMobile.com 
>  
> Make it happen
> 
> Disclaimer: This email and any files transmitted with it are confidential
> and intended solely for 
> the use of the individual or entity to which they are addressed. The
> content and opinions 
> contained in this email are not necessarily those of hSenid Software
> International. 
> If you have received this email in error please contact the sender.
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Update-the-index-tp14991443p14991551.html
Sent from the Solr - User mailing list archive at Nabble.com.