Re: Question on queryparser code from Lucene

2005-11-13 Thread Chris Hostetter
: Oh...ok. Where is this method created then, I can't seem to find it in : QueryParser? grep for "Query Query" -Hoss - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Question on queryparser code from Lucene

2005-11-13 Thread Eugene Ezekiel
Oh...ok. Where is this method created then, I can't seem to find it in QueryParser? Thanks. -- Regards, Eugene Erik Hatcher wrote: :) Query(field) in this case is a method call. Erik - To unsubscribe, e-mail: [E

Re: Question on queryparser code from Lucene

2005-11-13 Thread Erik Hatcher
On 13 Nov 2005, at 13:39, Eugene Ezekiel wrote: I got this nagging problem that I can't figure out in the source code of Lucene. In the file org/apache/lucene/queryParser/QueryParser.java, there's a method called parse that returns a Query (see below): public Query parse(String query) thr