>
>: yes, it works... but the NORM_TABLE(normalization) in Similarity cannot 
>: be eliminated...
>
>the norm table is used to encode the values generated based on your 
>lengthNorm function and document/field boosts -- so make lengthNorm return 
>"1", and don't uses index time boosts (or better yet: use the "omitNorms" 
>option on your fields)
>
>
>
>-Hoss
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
>For additional commands, e-mail: java-user-h...@lucene.apache.org
>
>.

= = = = = = = = = = = = = = = = = = = =

why only rewrite the lengthNorm(return 1.0f), not affect the result score( the 
value of  the fieldNorm in Explanation ...) 
     
if the index is maked(the omitNorms is set false), so "use the "omitNorms" 
option on your fields" can not works... how to modify ??        
                        




---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to