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 <ian....@gmail.com>

> 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 hits.
>
>
> --
> Ian.
>
>
>
> On Mon, Mar 2, 2009 at 10:05 AM, liat oren <oren.l...@gmail.com> wrote:
> > Hi,
> >
> > I would like to add to lucene's score another factor - a score between
> > words.
> > I have an index that holds couple of words with their score.
> > How can I take it into account when using Lucene search?
> >
> > Many thanks,
> > Liat
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
> For additional commands, e-mail: java-user-h...@lucene.apache.org
>
>

Reply via email to