On 1/23/2019 10:01 AM, Zheng Lin Edwin Yeo wrote:
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.

This should not be possible.  Indexing in one collection should have absolutely no effect on another collection.

If logging has been left at its default settings, the solr.log file should have enough info to show what actually happened.

Also, the search in
collection1, which was originall very fast, becomes very slow after the
indexing is done is collection2.

If the two collections have data on the same server(s), I can see this happening.  More memory is consumed when there is additional data, and when Solr needs more memory, performance might be affected.  The solution is generally to install more memory in the server.  If the system is working, there should be no need to increase the heap size when the memory size increases ... but there can be situations where the heap is a little bit too small, where you WOULD want to increase the heap size.

Thanks,
Shawn

Reply via email to