Hi, I am using Solr 7.5.0, and currently I am facing an issue of when I am indexing in collection2, the indexing affects the records in collection1. Although the records are still intact, it seems that the settings of the termVecotrs get wipe out, and the index size of collection1 reduced from 3.3GB to 2.1GB after I do the indexing in collection2. Also, the search in collection1, which was originall very fast, becomes very slow after the indexing is done is collection2.
Anyone has faced such issues before or have any idea on what may have gone wrong? Regards, Edwin