You really have to split your index. The good news is that you can use aliases to search multiples cores at ones. That's probably what you are looking for. So, you can start with one index and when it gets close to capacity, add the second one and the third one, etc. But have an alias that you keep redefining to include all of these indexes.
Regards, Alex. On Wed, 21 Nov 2018 at 09:41, Tech Support <techsupp...@sardonyx.in> wrote: > > @apa...@elyograg.org > > Dear Shawn, > > As per your suggestion, I had add the dataDir in the core.properties file. > > It creates the data directory on the new location. But newly added data only > accessable. > > If I move the existing index files into the new location, then only I can > able to read the data. > > Is it possible to read both the existing and new data, without moving > existing data into new data location ? > > > Thanks , > > Karthick Ramu > > > > From: Tech Support [mailto:techsupp...@sardonyx.in] > Sent: Monday, November 19, 2018 7:15 PM > To: 'solr-user@lucene.apache.org' > Subject: Solr Cloud - Store Data using multiple drives > > > > Hello Solr Team, > > > > I am using Solr 7.5. , Indexed data stored in the Solr Installation > directory. > > I need the following features, Is it possible to achieve the following > scenarios in SOLR Cloud? > > 1. If the disk free space is completed, is it possible to configure > another drive? Which means, if C drive free space is over need to configure > the D drive. I need to read the data from both C and D drives. > > > > 2. If D is getting full need to configure another drive. I mean, if > one drive free space is full then only need to use the other drive to store > data. At the time of read, need to get data from all the drives. > > > > > > Is it possible to configure on SOLR Cloud ? Suggest me in a right way. > > > > Thanks, > > Karthick Ramu > > >