Well, I'm just playing with these and trying to create distributed search engine which could store index in JBoss Cache (data grid) and manage index with GridGain (compute grid) intelligently. Consider one has really huge index(es) to search (tens or hundreds of gigabytes). One idea is to distribute it on several data nodes and when search or index operation requested transfer it to the corresponding data node and perform the action (or may be do it in parallel manner). Nodes created by GridGain are members of p2p network so there won't be SPOF.
It's all just an idea, nothing more, so if you have something to say please let me know. It will be appreciated. I am just starting to learn it so if I'm getting wrong in some place please tell me that :) Thanks. On Wed, May 27, 2009 at 5:25 PM, Erick Erickson <[email protected]> wrote: > Warning: I'm almost completely ignorant of JBoss Cache andGridGain. > > But it would be useful if you could tell us *why* you want to do this. > If it's a question of speeding up Lucene queries, there are a number > of things that you can do with Lucene itself that may be more > appropriate, but without knowing what you're trying to accomplish it's > hard to suggest much. > > Best > Erick > > On Tue, May 26, 2009 at 6:19 PM, Artyom Sokolov <[email protected]> wrote: > >> Hello. >> >> Has anyone tried to store Lucene index in JBoss Cache? Are there any >> good implementations of Lucene Directory for it? I found >> >> http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbosscache/jbosscache-lucene/jbosscache/src/java/org/apache/lucene/store/jbosscache/ >> but I can't find any documentation or testimonials on it. >> >> Basically what I would like to do is to store Lucene index in JBoss >> Cache and manipulate it with application written with GridGain support >> (GridGain supports JBoss Cache almost out of the box). >> >> Please share your thoughts. >> >> Thanks. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
