On 26 July 2013 18:41, Furkan KAMACI <[email protected]> wrote: > > Here is an example from example solrconfig file: > > <str name="qf">content^0.5 anchor^1.0 title^1.2</str> > <str name="pf">content^0.5 anchor^1.5 title^1.2 site^1.5</str> > > What is the difference between qf and pf parameters, they both boost > fields both there should be a difference?
Please read http://wiki.apache.org/solr/ExtendedDisMax which explains what qf and pf are. Regards, Gora
