You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by "Ramrakhiani, Vikas" <Vi...@deshaw.com> on 2003/04/16 07:57:09 UTC

QueryParser construct

Hi,

I was looking into the following query parser constructor:
QueryParser
public QueryParser(String f,
                   Analyzer a)
Constructs a query parser. 

I want to know what is the parameter f being passed to constructor.

thanks for your help,
vikas.



---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-user-help@jakarta.apache.org


Re: QueryParser construct

Posted by Otis Gospodnetic <ot...@yahoo.com>.
Look at QueryParser.jj and the Javadoc for this constructor.
f - field.

Otis

--- "Ramrakhiani, Vikas" <Vi...@deshaw.com> wrote:
> Hi,
> 
> I was looking into the following query parser constructor:
> QueryParser
> public QueryParser(String f,
>                    Analyzer a)
> Constructs a query parser. 
> 
> I want to know what is the parameter f being passed to constructor.
> 
> thanks for your help,
> vikas.
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: lucene-user-help@jakarta.apache.org
> 


__________________________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo
http://search.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-user-help@jakarta.apache.org