Integration of Solr with Terracotta

2009-06-16 Thread bhushan_mahale
Hi, I am looking for some way to integrate Solr with Terracotta. There is already an issue logged in Solr JIRA: http://jira.terracotta.org/jira/browse/CDV-399 But it is logged almost 2 years back. Is the integration with Terracotta possible in the latest release (1.3.0)? Thanks - Bhushan

Re: Integration of Solr with Terracotta

2009-06-16 Thread Yonik Seeley
Solr (1.4) now has a DirectoryFactory, so it would be much easier to try this out. -Yonik http://www.lucidimagination.com On Tue, Jun 16, 2009 at 8:29 AM, bhushan_mahalebhushan_mah...@persistent.co.in wrote: Hi, I am looking for some way to integrate Solr with Terracotta. There is already

RE: Integration of Solr with Terracotta

2009-06-16 Thread bhushan_mahale
...@gmail.com [mailto:ysee...@gmail.com] On Behalf Of Yonik Seeley Sent: Tuesday, June 16, 2009 7:06 PM To: solr-user@lucene.apache.org Subject: Re: Integration of Solr with Terracotta Solr (1.4) now has a DirectoryFactory, so it would be much easier to try this out. -Yonik http

Re: Integration of Solr with Terracotta

2009-06-16 Thread Yonik Seeley
On Tue, Jun 16, 2009 at 10:17 AM, bhushan_mahalebhushan_mah...@persistent.co.in wrote: The idea is to change Solr code at the places where it uses lucene.store.directory. Use the TerracottaDirectory (provided by Compass) instead. I thought Teracotta could work directly on RAMDirectory