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