Isn't it better for you to for a query at search time with query term
boosts? that way you would have a smaller index (Boost info not getting
stored for each doc-field). Also, you would have the flexibility of changing
your boost without having to reindex the entire data.

--
Anshum Gupta
Naukri Labs!
http://ai-cafe.blogspot.com

The facts expressed here belong to everybody, the opinions to me. The
distinction is yours to draw............


On Fri, Jun 26, 2009 at 2:29 PM, B0DYLANG <ramihai...@yahoo.com> wrote:

>
> dears,
> my problem is that i want to apply a wieght for each word i add to the
> lucene document, so that when i want to index a sentence like this "Hello
> how you doing" i want to add Hello with a boost equals to 0.75 and how with
> boost 0.50 and doing with boost 0.3 is there is a mean of doing that ?
> --
> View this message in context:
> http://www.nabble.com/special-Type-of-indexing-tp24217071p24217071.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
>
>

Reply via email to