: pf has the format as qf.
: 
: <pf>titlePhrase^10.0</pf>

...uh, i'm not sure what that xml syntax is suppose to convey, but if you 
are putting it in a solrconfig file as a default it would be...

  <str name="qf">titlePhrase^10.0</str>

Note also that Dickens qf is also malformed...

: >  <str name="qf">'pSubject^2 pContent^1.5' </str>

...those single quotes should not be there...

   <str name="qf">pSubject^2 pContent^1.5</str>



-Hoss

Reply via email to