Re: Solr boosting multiple fields using edismax parser.

2017-10-23 Thread Aravind Durvasula
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
>


Re: minimal solrconfig example

2017-03-01 Thread Aravind Durvasula
Hi David,

What is the solr version you are using? 
To get started, it's better to use the config file that comes out of the
box. 

Thanks,
Aravind



--
View this message in context: 
http://lucene.472066.n3.nabble.com/minimal-solrconfig-example-tp4322977p4322978.html
Sent from the Solr - User mailing list archive at Nabble.com.