Hello :)

I *think* i know the answer, but i'd like to confirm :

Say I have 
<doc><id>1<id/><name>old</name></doc>

already indexed and commited (ie, 'live' ) 

What happens if I issue:

<delete><id>1</id></delete>
<add><doc><id>1</id><name>new</name></doc>
<commit/>

will delete happen first, and then the add, or could it be that the add happens 
before delete, in which case i end up with no more doc id=1 ? 

thanks!!
B
_________________________
{Beto|Norberto|Numard} Meijome

Anyone who isn't confused here doesn't really understand what's going on.

I speak for myself, not my employer. Contents may be hot. Slippery when wet. 
Reading disclaimers makes you go blind. Writing them is worse. You have been 
Warned.

Reply via email to