Sebi wrote: > >Index stores "normalization factor" for each field of each document.
>This normalization factor depends on document and field boost factors >and number of terms within the field. >Take a look on>http://framework.zend.com/manual/en/zend.search.extending.html#zend.search.extending.scoring> for details.I understand. So I must use the norm() function to test the current normalization factor for a field?
Yes. Correct. With best regards, Alexander Veremyev.
