On Thu, Oct 14, 2010 at 3:04 AM, Lev Bronshtein
<[email protected]> wrote:
>
> Hi Group,
>
> I have an isue when using MultiFieldQueryParser, I would like to use one
> query against a number of fields however I get an
> java.lang.IllegalArgumentException: queries.length != fields.length
>
> Looked at the javadoc, and it looks like the only way to run one query
> against multiple fields is to define flags for every field
> See http://lucene.apache.org/java/3_0_2/api/all/index.html, the very last
> parse method. All I really want to do is just run a query against multiple
> fields, is there a simple way?
Why don't you use the parse method without the flags?
public static Query parse(Version matchVersion, String[] queries,
String[] fields,
Analyzer analyzer) throws ParseException
simon
>
> Regards,
>
> Lev Bronshtein
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]