Re: Storage of norms array

2007-10-09 Thread Erick Erickson
I think you shouldn't worry about it until you can demonstrate that you actually have a space problem. Worrying about storing an extra < 3M is almost certainly a waste of time. What evidence do you have that this is any kind of problem at all? Best Erick On 10/9/07, Narendra yadala <[EMAIL PROTE

Storage of norms array

2007-10-09 Thread Narendra yadala
Hi All Currently I am using document.setBoost for setting a boost proportionate to some other parameter. For ex: p is my parameter whose value is 5.0f I am using document.setBoost(p) for making this p as a boost for this document. But since document.boost gets encoded inside norms array, so I am f