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?