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 data output interface I can implement
> for this purpose?
> 
> Or can this be done in some way?

Why do you want to do this?

Solr embeds a lucene index, and Lucene has a Directory interface, that
can be implemented differently (something other than the default
FSDirectory implementation).

Upayavira

Reply via email to