Le Lundi 29 Janvier 2007 13:33, DECAFFMEYER MATHIEU a écrit : > Thank u for your response, > Actually I want to merge the Hits to get a better score, > For example when user enter Hello > I want to merge : > title:Hello > headlines:Hello > summary:Hello > content:Hello > > Then I will get a better score if the title is Hello, > What do u think of this ?
Just do a boolean query of every of these queries : "title:Hello headlines:Hello summary:Hello content:Hello" If you are making your queries in Java-Java, make you BooleanQuery's clauses with an Occur.SHOULD. -- Nicolas LALEVÉE Solutions & Technologies ANYWARE TECHNOLOGIES Tel : +33 (0)5 61 00 52 90 Fax : +33 (0)5 61 00 51 46 http://www.anyware-tech.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]