>
>: lucene query result is sort by tf*idf. how/what can i do, to make
>: the result is only by MatchWords Count?
>
>customize your Similarity implementation to eliminate all but the tf()
>(using constant values for the other functions)
>
>
>-Hoss
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [email protected]
>For additional commands, e-mail: [email protected]
>
= = = = = = = = = = = = = = = = = = = =
yes, it works... but the NORM_TABLE(normalization) in Similarity cannot be
eliminated...
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]