> With that in mind Lucene would also make a great plugin :)  
> The only problem I've had to date with Lucene is finding a 
> reliably supported implementation of Lucene for CF.  Are you 
> using anything in particular or just something hacked 
> together for the project in question?

I am far from an expert on Lucene, and I was limited by not being able to
figure out how to reference certain parts of Lucene from CF, especially the
later versions of Lucene. What I wound up with is something hacked together
to meet my needs, but it has been working very well. I think something like
it it would be easily adaptable to the farcry framework. One could use the
property metadata to hold field weights or field weighting formulas that are
evaluated at index time like the ftDefault formulas.

Last I knew Lucene can only have one writer working on an index at a time,
so maybe using your Event Queue to modify the index would be the way to go.
I used a similar technique.

Happy to share my Lucene code if anyone is interested... privately to limit
the embarassment. 

Derek


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to