Lucene Jdbc Directory

2006-10-07 Thread Mag Gam
Hi folks, After some latenight google searching, I came across this interesting website, http://static.compassframework.org/docs/latest/jdbcdirectory.html Is this framework free? Is anyone using this? If so, how is it for newbies to Lucene/Derby/Java? I always wanted to have a lucene index in a

Re: QueryParser syntax French Operator

2006-10-07 Thread Otis Gospodnetic
Hi Patrick, If I were trying to do this, I'd modify QueryParser.jj to construct the grammar for boolean operators based on something like Locale (or LANG env. variable?). I'd try adding code a la: en_AND = AND en_OR = OR en_NOT = NOT fr_AND = ET fr_OR = OU fr_NOT = SAUF And then: if (locale is

Re: Spam filter for lucene project

2006-10-07 Thread Otis Gospodnetic
There is also Akismet. - Original Message From: John Haxby <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Friday, October 6, 2006 6:17:18 AM Subject: Re: Spam filter for lucene project Rajiv Roopan wrote: > Hello, I'm currently running a site which allows users to post. Lately