Re: Changing Boosting that was set at indexing time

2011-06-16 Thread Andrzej Bialecki
On 6/15/11 7:14 PM, liat oren wrote: Ok, thanks a lot On 15 June 2011 11:36, Ian Lea wrote: Don't think so. The boost info is encoded and stored at index time. Boosts that you set are multiplied by lengthNorm and then stored as a coarse-grained float in fieldNorm values. There is a utilit

Re: Changing Boosting that was set at indexing time

2011-06-15 Thread liat oren
Ok, thanks a lot On 15 June 2011 11:36, Ian Lea wrote: > Don't think so. The boost info is encoded and stored at index time. > > > -- > Ian. > > > On Wed, Jun 15, 2011 at 10:42 AM, liat oren wrote: > > Hi, > > > > I indexed 4 million documents and used boosting factors for each document > at >

Re: Changing Boosting that was set at indexing time

2011-06-15 Thread Ian Lea
Don't think so. The boost info is encoded and stored at index time. -- Ian. On Wed, Jun 15, 2011 at 10:42 AM, liat oren wrote: > Hi, > > I indexed 4 million documents and used boosting factors for each document at > indexing time. > > I would like to cancel that boosting. Is there a way to do

Changing Boosting that was set at indexing time

2011-06-15 Thread liat oren
Hi, I indexed 4 million documents and used boosting factors for each document at indexing time. I would like to cancel that boosting. Is there a way to do that without re-indexing all of them? Many thanks, Liat