Hi all, I have about 20 million records in my solr index. I'm running into a problem now where doing a boost drastically slows down my search application. A typical query for me looks something like:
http://localhost:8983/solr/mycore/search/?q=test {!boost b=product(sum(log(sum(myfield,1)),1),recip(ms(NOW,mydate_field),3.16e-11,1,8))} I've tried several variations on the boost to see if that was the problem but even when doing something simple like: http://localhost:8983/solr/mycore/search/?q=test {!boost b=2} it is still really slow. Is there a different approach I should be taking? Thanks, Brian Lamb
