Re: QueryNorm and FieldNorm

2010-12-09 Thread Chris Hostetter
: Is it possible to remove the QueryNorm?? : so all the bf boost became an add of the solr score?? queryNorm is just a normalizing value applied equally to every clause - it won't change the relative ordering of any docs, it just helps to ensure that your scores don't sky rocket so high that fl

Re: QueryNorm and FieldNorm

2010-12-01 Thread Gastone Penzo
Thanx for the answer. Is it possible to remove the QueryNorm?? so all the bf boost became an add of the solr score?? omitNorm is about fieldNorm or queryNorm?? thanx Gastone 2010/11/30 Jayendra Patil > fieldNorm is the combination of length of the field with index and query > time boosts. > >

Re: QueryNorm and FieldNorm

2010-11-30 Thread Jayendra Patil
fieldNorm is the combination of length of the field with index and query time boosts. 1. lengthNorm = measure of the importance of a term according to the total number of terms in the field 1. Implementation: 1/sqrt(numTerms) 2. Implication: a term matched in fields with