[EMAIL PROTECTED] wrote:
> My first thought is to
> define a Field.Keyword("composite-key", domain + "\u0000" + id). This
> would allow me to use the delete(Term) interface to delete the key.That sounds like a good way to solve this. You could also use a HitCollector with a Query, but I think the composite key is a better approach. Doug -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
