Currently there is no easy way to do this. I would need to think how you can force the index to drop those so the answer here is no you can't!
simon On Sat, Jul 9, 2011 at 11:11 AM, Gabriele Kahlout <gabri...@mysimpatico.com> wrote: > I've stored the contents of some pages I no longer need. How can I now > delete the stored content without re-crawling the pages (i.e. using > updateDocument ). I cannot just remove the field, since I still want the > field to be indexed, I just don't want to store something with it. > My understanding is that field.setValue("") won't do since that should > affect the indexed value as well. > > -- > Regards, > K. Gabriele > > --- unchanged since 20/9/10 --- > P.S. If the subject contains "[LON]" or the addressee acknowledges the > receipt within 48 hours then I don't resend the email. > subject(this) ∈ L(LON*) ∨ ∃x. (x ∈ MyInbox ∧ Acknowledges(x, this) ∧ time(x) > < Now + 48h) ⇒ ¬resend(I, this). > > If an email is sent by a sender that is not a trusted contact or the email > does not contain a valid code then the email is not received. A valid code > starts with a hyphen and ends with "X". > ∀x. x ∈ MyInbox ⇒ from(x) ∈ MySafeSenderList ∨ (∃y. y ∈ subject(x) ∧ y ∈ > L(-[a-z]+[0-9]X)). >