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 read the data.
Is it possible to read both the existing and new data, without moving
existing data into new data location ?

No, that's not possible.  The index must be contained all in the one index directory.  It would take some significant effort at the Lucene layer to make that possible.  High effort, low reward.

You can't combine the index directories, either.  Doing so wouldn't work, and could cause serious index corruption problems. To achieve combined data, you'll need to move the original index into place and once it's running, index the new data into it.

Thanks,
Shawn

Reply via email to