On Friday 28 January 2005 17:53, Chuck Williams wrote:

> I think the baseline should use Lucene's MultiFieldQueryParser to expand
> the query to search both title and body fields, as this is presumably
> the current "out-of-the-box" solution.

Please remember that this is kind of buggy in Lucene 1.4: it will rewrite 
AND queries so that all terms are required in *all* fields, which is not 
what one wants for title/body searches.

Regards
 Daniel

-- 
http://www.danielnaber.de

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to