Hi, I have a Solr (3.2.0) instance with omitNorms=true on all fields. This has been done in an attempt to not penalize documents which have many terms.
What puzzles me is that, despite omitNorms=true, the fieldNorm is still calculated and affects the score. --- 3.7455106 = (MATCH) fieldWeight(track_hierarchynode:pop in 258465), product of: 2.236068 = tf(termFreq(track_hierarchynode:pop)=5) 6.700173 = idf(docFreq=6960, maxDocs=2080776) 0.25 = fieldNorm(field=track_hierarchynode, doc=258465) --- How is the fieldNorm value calculated when omitNorms=true? Kind regards, Stian Brattland