I am just getting started with Lucene so I didnt know you could just use a
regular query parser. That seems to work.
Thanks
> Date: Thu, 15 Apr 2010 19:32:50 -0400
> Subject: Re: How to search multiple fields using multiple search terms
> From: erickerick...@gmail.com
> T
Why are you locked into using MultiFieldQueryParser? The simpler approach is
just send something like +title:abc +desc:123 through the regular query
parser
HTH
Erick
On Thu, Apr 15, 2010 at 6:34 PM, Andy wrote:
>
> Hi, I am trying to use the MultiFieldQueryParser to search "title" and
> "de