Hi all, Can someone clear something up for me regarding MultiFieldQueryParser?
Using the same inputs to MultiFieldQueryParser.parse(|String[] queries, String[] fields, Analyzer analyzer|) and MultiFieldQueryParser.parse(String query) I seem to be getting the exact same query back (according to Query.toString()).
However, when I run the query I'm getting different results. Do the static and non-static version of parse() do different things?
Thanks, -Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]