:    i wanted to understand how the queryNorm is calculated. i did read 
: similarity documentation of lucene it says it is
        ...
: what would be default q.getBoost() ?  ( as i am not giving any value 
: specifically any where in solr). t.getBoost() is 1 in my case as i am 

all queries have a boost value, even if you dont' specify one they have a 
default -- i believe it's "1" for every stock query, but a custom Impl 
could have an alternate default if it really wanted to.

thea easiest way to visuallize a lot of this is with debugQuery=true


-Hoss

Reply via email to