: : Otis, here is the setting in the schema for the fields I use. OmitNorms : is not set to any value here. Should explicitly set the value to false.
bear in mind, fields inherit the omitNorms value from their fieldtype if they don't specify explicitly, so check that too. : > need to be stored in Solr I can see the boost values being set on the : > fields as attributes. However when I browse the indexes through luke I : > see a boost value of 1. What am I missing. Thanks for your input. i don't have a lot of first hand experience with Luke, but i'm suprised that Luke would show you the "boost value" of a field -- since boost value's aren't stored in the index, they are used to compute a "fieldNorm" (which takes into account the length of the field as well) -Hoss