You could write your own Similarity, extending DefaultSimilarity and overriding whichever methods will help you achieve your aims.
Or how about running 2 searches, the first with both words required (+word1 +word2) and then a second search where they aren't both required (word1 word2). Then merge/dedup the two lists of hits, keeping the ones from the first search at the top. -- Ian. On Mon, Aug 3, 2009 at 4:14 AM, bourne71<gary...@live.com> wrote: > > Thanks for all the reply. It help me to understand problem better, but is it > possible to create a query that will give additional boost to the results if > and only if both of the word is found inside the results. This will > definitely make sure that the results will be in the higher up of the list. > > Can this type of query be created? > -- > View this message in context: > http://www.nabble.com/Boosting-Search-Results-tp24753954p24784708.html > Sent from the Lucene - Java Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org