Re: Using JBoss Cache as directory for Apache Lucene

2009-05-27 Thread Artyom Sokolov
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 distribut

Re: Using JBoss Cache as directory for Apache Lucene

2009-05-27 Thread Erick Erickson
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 kno

Using JBoss Cache as directory for Apache Lucene

2009-05-26 Thread Artyom Sokolov
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