Using a custom repository to store solr index files

2010-10-21 Thread Tharindu Mathew
Hi everyone, I was looking at using the Embedded Solr server through SolrJ and I have a couple of concerns. I'd like to use a custom repository to store my index. Is there a way I can define this. Is there a data output interface I can implement for this purpose? Or can this be done in some

Re: Using a custom repository to store solr index files

2010-10-21 Thread Upayavira
On Thu, 21 Oct 2010 14:42 +0530, Tharindu Mathew mcclou...@gmail.com wrote: Hi everyone, I was looking at using the Embedded Solr server through SolrJ and I have a couple of concerns. I'd like to use a custom repository to store my index. Is there a way I can define this. Is there a

Re: Using a custom repository to store solr index files

2010-10-21 Thread Tharindu Mathew
Thanks for your answer Upayavira. Appreciate it. I want to do this because of a clustering requirement. When clustering takes place in the product I'm working on the custom repository we use replicates accordingly and makes data available to all nodes. But if this is available on the file system