You can create your own BooleanQuery and just add clauses as you need to
as well...

Best
Erick

On Mon, Oct 18, 2010 at 1:55 PM, Nilesh Vijaywargiay <nilesh.vi...@gmail.com
> wrote:

> I have many fields in my document and want to parse my query including each
> of them
>
> QueryParser parser = new QueryParser(Version.LUCENE_29, "Field2",new
> StandardAnalyzer(Version.LUCENE_29));
>
> Should I create multiple parsers in this case or is there any other way
> round?
>

Reply via email to