Round Two of my quest to cluster the Grails Searchable Plugin index with Terracotta! In my first post I outlined my intent to use Terracotta to cluster the Grails Searchable Plugin (Lucene + Compass) using the Lucene RAMDirectory approach. Incidentally, my first attempt failed miserably.
As a quick confidence booster before setting out again, […]
Part 2: Terracotta: 1, Grails Searchable Plugin+Me: 1
January 29th, 2008 · 4 Comments
Tags: Grails · Technology · code
Using JDBCDirectory with the Grails Searable Plugin
January 24th, 2008 · 4 Comments
In my last post I mentioned that one of the options I was considering for clustering the Grails Searchable plugin, though not the preferred option, was to use the JDBCDirectory implementation of Lucene. I had this working in just 15 minutes and though it’s probably not the optimal approach, it is by far the […]
Tags: Grails · Technology · code
Terracotta: 1, Grails Searchable Plugin+Me: 0
January 22nd, 2008 · 5 Comments
I’m on a quest to figure out how to cluster the Grails Searchable plugin that’s based on Lucene/Compass across multiple nodes with as little intrusion and in a way that’s as turnkey as possible. I’m in immediate need of a solution, and I think it would be a good contribution to the Searchable plugin.
To […]
Tags: Grails · Technology