Hi,
   i wanted to understand  how the queryNorm is calculated. i did read 
similarity documentation of lucene it says it is 


1
               
                  �C�C�C�C�C�C�C�C�C�C�C�C�C�C
               
               sqrt(sumOfSquaredWeights)

sumOfSquaredWeights   =  
            q.getBoost() 2
             ・ 
          
          
            ∑
          
          
            (
            idf(t)  ・ 
            t.getBoost()
            ) 2
 

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 not 
boosting any term at query time. can some one explain with an example if you 
could ? 

thank you,
vinay

_________________________________________________________________
Send e-mail anywhere. No map, no compass.
http://windowslive.com/oneline/hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_anywhere_122008

Reply via email to