On 10/25/07, Anton Valdstein <[EMAIL PROTECTED]> wrote:
> Does solr check automatically for duplicate texts in  other fields and
> delete documents  that have the same text stored  in  other fields?

Solr automatically overwrites (deletes old versions of) documents with
the same uniqueKey field (normally called "id").

Both Lucene and Solr lack the ability to change (or add fields to)
existing documents.

-Yonik

Reply via email to