we are not actively removing norms. if you set omitNorms=true and index documents they won't have norms for this field. Yet, other segment still have norms until they get merged with a segment that has no norms for that field ie. omits norms. omitNorms is anti-viral so once you set it to true it will be true for other segment eventually. If you optimize you index you should see that norms go away.
simon On Thu, Oct 27, 2011 at 11:17 PM, Marc Sturlese <marc.sturl...@gmail.com> wrote: > As far as I know there's no issue about this. You have to reindex and that's > it. > In which kind of field are you changing the norms? (You just will see > changes in text fields) > Using debugQuery=true you can see how norms affect the score (in case you > have them not omited) > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/changing-omitNorms-on-an-already-built-index-tp3459132p3459169.html > Sent from the Solr - User mailing list archive at Nabble.com. >