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

DISCLAIMER
==
This e-mail may contain privileged and confidential information which is the 
property of Persistent Systems Ltd. It is intended only for the use of the 
individual or entity to which it is addressed. If you are not the intended 
recipient, you are not authorized to read, retain, copy, print, distribute or 
use this message. If you have received this communication in error, please 
notify the sender and delete all copies of this message. Persistent Systems 
Ltd. does not accept any liability for virus infected mails.


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 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

 DISCLAIMER
 ==
 This e-mail may contain privileged and confidential information which is the 
 property of Persistent Systems Ltd. It is intended only for the use of the 
 individual or entity to which it is addressed. If you are not the intended 
 recipient, you are not authorized to read, retain, copy, print, distribute or 
 use this message. If you have received this communication in error, please 
 notify the sender and delete all copies of this message. Persistent Systems 
 Ltd. does not accept any liability for virus infected mails.



RE: Integration of Solr with Terracotta

2009-06-16 Thread bhushan_mahale

Hey Yonik,

Thanks for the reply.

Can I use something like Compass for the integration? 
(http://www.terracotta.org/web/display/orgsite/Lucene+Integration)

The idea is to change Solr code at the places where it uses 
lucene.store.directory.
Use the TerracottaDirectory (provided by Compass) instead.

Do you suggest that there is some additional directory defined in Solr 1.4 
DirectoryFactory for the smooth integration with Terracotta?
Can you elaborate more on the required steps?

BTW When is the Solr 1.4 expected to release?

Thanks a ton,
- Bhushan

-Original Message-
From: ysee...@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://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 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

 DISCLAIMER
 ==
 This e-mail may contain privileged and confidential information which is the 
 property of Persistent Systems Ltd. It is intended only for the use of the 
 individual or entity to which it is addressed. If you are not the intended 
 recipient, you are not authorized to read, retain, copy, print, distribute or 
 use this message. If you have received this communication in error, please 
 notify the sender and delete all copies of this message. Persistent Systems 
 Ltd. does not accept any liability for virus infected mails.


DISCLAIMER
==
This e-mail may contain privileged and confidential information which is the 
property of Persistent Systems Ltd. It is intended only for the use of the 
individual or entity to which it is addressed. If you are not the intended 
recipient, you are not authorized to read, retain, copy, print, distribute or 
use this message. If you have received this communication in error, please 
notify the sender and delete all copies of this message. Persistent Systems 
Ltd. does not accept any liability for virus infected mails.


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 somehow... but
trying out the implementation from Compass seems reasonable.  I don't
know much about Teracotta - but I've been skeptical in the past that
it can automatically provide good replication at scale.  I'd love to
be proven wrong though!

 Do you suggest that there is some additional directory defined in Solr 1.4 
 DirectoryFactory for the smooth integration with Terracotta?
 Can you elaborate more on the required steps?

 BTW When is the Solr 1.4 expected to release?

It was supposed to have been about now - but now Lucene 2.9 looks like
it's wrapping things up too, and this particular Lucene release has
had so many changes, it may be wise to wait until we can use a
non-trunk version.

-Yonik
http://www.lucidimagination.com