Thank you - I found it. -----Original Message----- From: rajini maski [mailto:rajinima...@gmail.com] Sent: Thursday, March 03, 2011 12:03 AM To: solr-user@lucene.apache.org Subject: Re: Solr under Tomcat
Sai, The index directory will be in your Solr_home//Conf//data directory.. The path for this directory need to be given where ever you want to by changing the data-dir path in config XML that is present in the same //conf folder . You need to stop tomcat service to delete this directory and then restart tomcat. The tomcat itself generates the data folder at the path specified in config if this folder is not available. The folder usually has two sub-folders- index and spell-check Regards, Rajani Maski On Wed, Mar 2, 2011 at 7:39 PM, Thumuluri, Sai < sai.thumul...@verizonwireless.com> wrote: > Good Morning, > We have deployed Solr 1.4.1 under Tomcat and it works great, however I > cannot find where the index (directory) is created. I set solr home in > web.xml under /webapps/solr/WEB-INF/, but not sure where the data > directory is. I have a need where I need to completely index the site > and it would help for me to stop solr, delete index directory and > restart solr prior to re-indexing the content. > > Thanks, > Sai Thumuluri > > >