Re: dataDir config

2015-07-15 Thread Don Bosco Durai
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

Re: dataDir config

2015-07-14 Thread Shawn Heisey
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: >

Re: dataDir config

2015-07-14 Thread Steven White
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

Re: dataDir config

2015-07-14 Thread Erick Erickson
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

Re: dataDir config

2015-07-14 Thread Shawn Heisey
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

Re: dataDir config

2015-07-14 Thread Steven White
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

Re: dataDir config

2015-07-14 Thread Shawn Heisey
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

Re: dataDir config

2015-07-14 Thread Konstantin Gribov
er, 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 index/data is stored > ? > > Thank you! > > > > -- > View this message in context: > http://lucene.472066.n3.nabb

dataDir config

2015-07-14 Thread sat
! -- View this message in context: http://lucene.472066.n3.nabble.com/dataDir-config-tp4217233.html Sent from the Solr - User mailing list archive at Nabble.com.