I have done some more testing with different examples. It's really the worddelimiter that influence the fieldnorm. When i search for "Barcelona" the doc with "FC Barcelona" scores higher than "FC-Barcelona".
Fieldnorm for "FC Barcelona" = 0.625 and the fieldnorm for "FC-Barcelona" = 0.5. Analyze: fc | barcelona fc | barcelona | fcbarcelona So it's 2 terms against 3 and this explains the difference in score. In solr 3.1 the score is the same, fieldnorm is 0.625 for both docs. It looks like the catenatewords has no influence in solr 3.1. I want that the score is the same, with or without the catenatewords, like it's in solr 3.1. Is this possible? Thanks Roy -- View this message in context: http://lucene.472066.n3.nabble.com/Fieldnorm-solr-4-specialchars-worddelimiter-tp4036248p4036679.html Sent from the Solr - User mailing list archive at Nabble.com.