Sorry, the query is actually:

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))}&start=&sort=score+desc,mydate_field+desc&wt=xslt&tr=mysite.xsl

On Thu, Nov 17, 2011 at 2:59 PM, Brian Lamb
<brian.l...@journalexperts.com>wrote:

> 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
>
>

Reply via email to