As far as I know it's not suported by default. I thing you should implement your custom Lucene Similarity class and plug it into Solr via solrconfig.xml
pcmanprogrammeur wrote: > > Hello all (sorry if my english is bad, i'm french) ! > > I have a Solr Index with ads which contain a title and a description ! > For exemple : > add 1 : title = test / description = [empty] > add 2 : title = test on test / description = this is a test > And now, if I execute the request "test" in solr/admin, the add 1 is the > first result whereas the add 2 is more pertinent because the word "test" > is more present ! > So, is it possible to say to Solr, to sort the result in fact of the word > frequency ? > > Thanks for your help ! > -- View this message in context: http://old.nabble.com/Highest-frequency-tp27718930p27719107.html Sent from the Solr - User mailing list archive at Nabble.com.