:       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: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to