Hi,
Thanks for the information.
Does MoreLikeThis can help in addressing the similiarity of words according
to index of scores between words I have?
Best,
Liat
2009/3/2 Ian Lea
> Hi
>
>
> Document.setBoost(float boost) where boost is either your score as is,
> or a value based on that score, mi
Hi
Document.setBoost(float boost) where boost is either your score as is,
or a value based on that score, might do the trick for you.
Other boosting and custom score options include BoostingQuery,
BoostingTermQuery and CustomScoreQuery.
A google search for "lucene boosting" throws up lots of h