Hello!
SOLR Newbie here. I managed to pick a use case that is a little goofy for my 
first SOLR voyage and would love help.

I'd like to rank documents by the total matching term count rather than the 
usual cosine similarity stuff.

I have a field named "all" which has all my searchable fields copyfielded to 
it.It seems like I need to use SOLR 4.0 and

_val_:"sum( Termfreq(all, 'term1') , Termfreq(all, 'term2') , … )"

For every query term. Is there a better way to do this ?

Thanks!
Ryan Gehring

Reply via email to