On 11/22/2018 4:50 AM, Tech Support wrote:
If I add new the dataDir location in the core.properties file, new data only
available on the Solr. If we move the existing data into the new location
then only I can access the old indexed data.
As you've already been told in the previous thread, the
On 22/11/2018 11:50, Tech Support wrote:
Dear Solr Team,
I am using SOLR 7.5.0 in Windows OS (SOLR Cloud). My primary need is , If
the current data storage drive is full, I need to use another one drive
without moving the existing data into the new location.
If I add new the dataDir locati
On 11/21/2018 7:32 AM, Tech Support wrote:
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
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
In a word, "no". There's no provision in Solr for storing two
different parts of the same index in two different directories,
whether or not they're on the same drive.
Best,
Erick
On Wed, Nov 21, 2018 at 6:41 AM Tech Support wrote:
>
> @apa...@elyograg.org
>
> Dear Shawn,
>
> As per your sugg
@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 da
On 11/19/2018 6:44 AM, Tech Support wrote:
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.
There is no automated way to do this.
This seems very similar to:
https://lists.apache.org/thread.html/48b6dcb20058de29936616633b88d21e1b6f6a32bc968d161eae4a21@%3Csolr-user.lucene.apache.org%3E
Regards,
Alex.
On Mon, 19 Nov 2018 at 11:15, Tech Support wrote:
>
> Hello Solr Team,
>
>
>
> I am using Solr 7.5. , Indexed data stored i