had no problems with Terracotta, I got a good handle on the product..

Maybe you all at Terracotta could lead the implementation to  patch SOLR to 
allow it to use the RAMDirectory ( a setter)  so terracotta can hook into the 
RAMDirectory...
the way Terracotta handles clustering , 

Those of you who are not familiar with Terracotta, it clusters the JVM, and 
uses a master server to help all the child servers to stay synced.,  this 
approach will allow SOLR to be clustered very easily(indexing 1 node, will 
index all nodes), not to mentioned the performance boost indexing,and perhaps 
searching.....Also it uses "virtual memory" , so the amount of "documents" 
stored in the RAMDirectory is only limited to space.

Jeryl Cook 
/^\ Pharaoh /^\ 
http://pharaohofkush.blogspot.com/ 
> Date: Wed, 22 Aug 2007 14:46:19 -0700
> From: [EMAIL PROTECTED]
> To: solr-user@lucene.apache.org
> Subject: RE: Solr and terracotta
> 
> 
> Jeryl,
> 
> I remember you asking about how to hook in the RAMDirectory a while back. 
> It seemed like there was maybe some support within Solr that you needed.  I
> assume you're suggesting adding an issue in the Solr  JIRA, right?
> 
> Is there something that the Terracotta team can do to help?
> 
> Cheers,
> Orion
> 
> 
> Jeryl Cook wrote:
> > 
> > tried it, didn't work that well...so I ended up making my own little
> > faceted Search engine directly using RAMDirectory and clustering it via
> > Terracotta...not as good as SOLR(smile), but it worked.
> > i actually posted some questions awhile back in trying to get it to work.
> > so terracotta can "hook" the RAMDirectory, maybe be good to submit this in
> > JIRA for terrocotta support!
> > 
> > Jeryl Cook 
> >  /^\ Pharaoh /^\ 
> > 
> > 
> > http://pharaohofkush.blogspot.com/ 
> > 
> > 
> > 
> > "..Act your age, and not your shoe size.."
> > 
> > -Prince(1986)
> > 
> >> Date: Wed, 22 Aug 2007 16:18:24 -0300
> >> From: [EMAIL PROTECTED]
> >> To: solr-user@lucene.apache.org
> >> Subject: Solr and terracotta
> >> 
> >> Recently I ran into this topic. I googled it a little and didn't find
> >> much
> >> information.
> >> It would be great to have solr working with RAMDirectory and Terracotta.
> >> We
> >> could stop using crons for rsync, right?
> >> Has anyone tried that out?
> > 
> > 
> 
> -- 
> View this message in context: 
> http://www.nabble.com/Solr-and-terracotta-tf4313531.html#a12283537
> Sent from the Solr - User mailing list archive at Nabble.com.
> 

Reply via email to