There's been discussion on the Solr JIRA list about allowing multiple "roots" for cores although I can't find it right now.
Meanwhile, what people do is specify dataDir. It's a bit clumsy since we can't really do this at a collection level it needs to be done with ADDERPLICA individually. Best, Erick On Tue, Nov 7, 2017 at 7:43 AM, simon <mtnes...@gmail.com> wrote: > I don't think there's any way to do that within Solr. If you're using > Linux, the Logical Volume Manager can be used to create a single volume > from multiple devices (RAID), from which you can create partitions/file > systems as required. There may be equivalent Windows functionality - I > can't say. > > best > > -Simon > > On Tue, Nov 7, 2017 at 1:44 AM, Amin Raeiszadeh <amin24march1...@gmail.com> > wrote: > >> Hi >> i want to use more than one ssd in each server of solr cluster but i don't >> know how to set multiple hdd in solr.xml configurations. >> i set on hdd path in solr.xml by: >> <str name="coreRootDirectory">/media/ssd</str> >> but i can't set more than one ssd. >> how should i do it. >> thanks. >>