Hi,
I have 2 fields defined in the schema.xml. One is named ItalianTitle and the
other is named ItalianOrEnglishTitle_t.
I want to index first all the Italian titles into documents having the
Italian texts stored and indexed in the ItalianTitle field while these
documents should have the field ItalianOrEnglishTitle_t
empty. I succeeded doing so, but than I tried to index the Italian texts
into the documents having the ItalianTitle field empty and stored in the
ItalianOrEnglishTitle_t.
this resulted in my index only having documents with ItalianOrEnglishTitle_t
populated and the previous indexed documents having the ItalianTitle field
populated where deleted from the index.
I looked at the statistics and found that, though no delete request was
issued the
updated handler did delete the number of documents i had added with the
field ItalianTitle


Does solr check automatically for duplicate texts in  other fields and
delete documents  that have the same text stored  in  other fields?

Reply via email to