Update and delete enquiry

The deleted docs stay in the underlying Lucene index until the next merge of
that index segment.

Curtis

On Sat, Aug 6, 2011 at 5:05 PM, CHI WAI HO zeroho@gmail.com wrote:

Dear All,

I am learning and evaluating the EC; and I have 2 questions about
document update and delete in EC.

First of all, if I want to update a document, do I just submit a new
post with the same ID to the EC? I have tried the steps and after
submitting in that way, The document no longer returns. In fact, I
cannot find any example on how to update doc on EC website.

Next, does the space of all deleted docs release NRT? If not, how can
I get back the space?

Thanks a lot.