Re: Solr tmp working directory

2012-05-15 Thread G.Long
. -- Jack Krupansky -Original Message- From: G.Long Sent: Tuesday, May 15, 2012 9:04 AM To: solr-user@lucene.apache.org Subject: Solr tmp working directory Hi :) I'm using SolrJ to index documents. I noticed that during the indexing process, .tmp files are created in my /tmp folder. These

Re: Solr tmp working directory

2012-05-15 Thread Jack Krupansky
: Tuesday, May 15, 2012 9:04 AM To: solr-user@lucene.apache.org Subject: Solr tmp working directory Hi :) I'm using SolrJ to index documents. I noticed that during the indexing process, .tmp files are created in my /tmp folder. These files contain the xml commands for the documents I add to the

Solr tmp working directory

2012-05-15 Thread G.Long
Hi :) I'm using SolrJ to index documents. I noticed that during the indexing process, .tmp files are created in my /tmp folder. These files contain the xml commands for the documents I add to the index. Can I change this folder in Solr config and where is it? Thanks, Gary