Re: Custom query parser

2007-11-22 Thread Mike Klaas
On 22-Nov-07, at 8:49 AM, Nicolas Lalevée wrote: Le jeudi 22 novembre 2007, Matthijs Bierman a écrit : Hi Nicolas, Why can't you extend the QueryParser and override the methods you want to modify? Because the query parser I would like to have is a very basic user one, ala google. The s

Re: Custom query parser

2007-11-22 Thread Nicolas Lalevée
Le jeudi 22 novembre 2007, Matthijs Bierman a écrit : > Hi Nicolas, > > Why can't you extend the QueryParser and override the methods you want > to modify? Because the query parser I would like to have is a very basic user one, ala google. The syntax I would like is nothing more than : "type:text

Re: Custom query parser

2007-11-22 Thread Matthijs Bierman
Hi Nicolas, Why can't you extend the QueryParser and override the methods you want to modify? Cheers, Matthijs Nicolas Lalevée wrote: Hi, I am willing to have a query parser which is fault tolerant. I have search over the archive, and I have found this : http://www.nabble.com/Error-tolera