I also feel having dataDir configurable helps deployments in enterprise
easy. Generally software are installed in root disk e.g. /opt/solr and if
the data folder is within it, then it will require root drive to be
expanded as Solr index increases or need to be optimized, etc. Having data
folder con
On 7/14/2015 4:05 PM, Steven White wrote:
> Thank you Erick and Shawn.
>
> I needed to separate the data from the Solr application so that Solr can be
> uninstalled / reinstalled / upgraded without impact on the data or the
> configuration of the core. I did some more research and found it here:
>
Thank you Erick and Shawn.
I needed to separate the data from the Solr application so that Solr can be
uninstalled / reinstalled / upgraded without impact on the data or the
configuration of the core. I did some more research and found it here:
https://cwiki.apache.org/confluence/display/solr/Sol
I'd ask a different question, "why do you want to
change the data dir in the first place?"...
Just askin' since it's possible you started down
this path without really needing to. Why isn't the
default place, a "data" directory under each core
adequate?
Best,
Erick
On Tue, Jul 14, 2015 at 1:13 P
On 7/14/2015 12:55 PM, Steven White wrote:
> Help me understand this. Are you saying this is
> https://wiki.apache.org/solr/SolrConfigXml#System_property_substitution how
> we should specify the "dataDir"?
That wiki page shows what I think is a horrible example. It would be
completely unworkable
Hi Shawn,
Help me understand this. Are you saying this is
https://wiki.apache.org/solr/SolrConfigXml#System_property_substitution how
we should specify the "dataDir"?
In that link, there is the statement "substituted can be put into a
properties file" but it is not clear what this "properties fi
On 7/14/2015 3:46 AM, sat wrote:
> I am running Solr Version 4.10.4.
>
> When I change the dataDir-Parameter in solrconfig.xml and restart the
> Server, the change has no effect. The Index/Data path remains the standard
> ./data folder ?
>
> What do I have to do, to change the location where my i
If you have migrated to "new" solr.xml and use core.properties in your
config you can set dataDir there.
вт, 14 июля 2015 г. в 13:00, sat :
> Hello,
>
> I am running Solr Version 4.10.4.
>
> When I change the dataDir-Parameter in solrconfig.xml and restart the
> Server, the change has no effect.