You can pass additional bq params in the query.
~Aravind
On Oct 23, 2017 4:10 PM, "ruby" wrote:
> If I want to boost multiple fields using Edismax query parser, is following
> the correct way of doing it:
>
>
>
> edismax
> field1:(apple)^500
> field1:(orange)^400
> field1:(pear)^300
> field2:(4)^500
> field2:(2)^100
> recip(ms(NOW,mod_date),3.16e-11,1,1)
> recip(ms(NOW,creation_date),3.16e-11,1,1)
>
> And if boost is configured in solrconfig.xml, can I still pass additional
> boost queries through boost query?
>
>
>
> --
> Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html
>