On 4/5/2017 2:06 AM, FOTACHE CHRISTIAN wrote: > I'm having this problem: I'm running a solr instance on an 120Gb ssd, > but the solr core is growing quickly and I badly need extra-space. I > have another 240Gb ssd that I can attach to my laptop but I don't know > how how to make the solr core expand naturally on the newly attach ssd.
I am not aware of a way to have one core use two different file locations. There's no reason it wouldn't be *POSSIBLE* ... but doing it would require a different Lucene Directory implementation -- very low level custom code. If you can add another drive that's twice as big, why don't you just move the Solr install to the other drive? Because it would be the only thing on that drive, you would actually have MORE than twice the original space -- because that drive would not contain any operating system files. I hope you're not running Solr on a laptop in a production deployment. Laptops typically do not have any fault tolerance features other than the battery. Thanks, Shawn --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
