You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Vinny Ng <ng...@gmail.com> on 2006/10/13 16:49:29 UTC

multiple field query

Hi List,

I'd like to have a query consisting of different keywords on different
fields, e.g. "title:Lucene" "author:Otis" with the second part having
boosted value of 2.

Assuming I use the same Analyzer for both parts of the query then how should
i compose my query ?

Thanks a lot.

Ng