Hey!

Lucene's API have the ability to change a document, removes and adds the
document. I have the need to add/remove a term by docId/field.

There is the possibility to perform the link between a term with a field
and its existing document? (field -> terms -> term -> DocIds)

writer.removeTerm (docId, field, term);
writer.addTerm (docId, field, term);

Thanks,
Marcio Napoli
napoli.mar...@gmail.com
http://numere.stela.org.br/

Reply via email to