Re: Boosting a query

2008-01-20 Thread Yonik Seeley
> both queries for each document. > > In Similarity class I saw that the score function score(q,d) has a > multiplying factor t.getBoost() and then I thought that boosting a query > term would modify the final document score for the query. But it does not. > If the boost doe

Boosting a query

2008-01-20 Thread angelica
ues for both queries. When I look at searcher.explain() the explanation is the same for both queries for each document. In Similarity class I saw that the score function score(q,d) has a multiplying factor t.getBoost() and then I thought that boosting a query term would modify the final document scor