On Fri, Feb 13, 2009 at 11:59 AM, Lau, Erwin <erwin....@btfinancialgroup.com > wrote:
> > I start my solr jvm through tomcat and I have set registry with the > following value > > Tomcatsolr--parameters--options: > > -Dsolr.solr.home=c:\solr > > This is my datadir set up on solrconfig.xml > > <dataDir>${solr.data.dir:./solr/data}</dataDir> > > And I have check the C:\solr\data\index but no new file has been > updated. > New files will be added only if you add some documents. Did you add/delete any documents? Also, if your data directory was empty before starting up solr, a directory named 'index' will be created inside the the 'data' directory. -- Regards, Shalin Shekhar Mangar.