I remember we had an issue with duplicates being created when we moved from 
6.6.1 to 8.4.0. One of our cores had a dynamic field definition which was 
stored but not indexed.

We would add an existing document to the core and a duplicate of it would 
appear; add it again and another duplicate.

We eventually just deleted the dynamic field definition as it wasn’t used. The 
other alternative was to set the field type as indexed as well as stored, that 
stopped the duplication.

Rob

> On 11 Nov 2021, at 21:31, Praveena Fusion <praveena.fus...@gmail.com> wrote:
> 
> Hello All,
> 
> I am trying to upgrade from Solr 7.5 to Solr 8.9 and hoping not to re-index
> (large index size).
> 
> I performed a rolling upgrade and was able to bring up solr, query and add
> new documents to the index without any issues.
> However,  when I try to update an existing index that was created under
> 7.5, the update presents no errors and creates a duplicate record, and the
> get query after retrieves an old image of the document. Additionally,
> updating new documents created under 8.9 work as expected. The issue only
> seems to affect the existing documents created under 7.5.
> 
> Any help would be appreciated.
> 
> Thanks in advance,
> Praveena.

Reply via email to