The "p" is for "phrase" or "proximity" boosting. "pf" doesn't change what
documents match, but gives a boost if all of the terms occur next to or near
each other, based on "ps" (phrase/proximity slop.)
pf2 is to two-term bigram boosting. pf3 is for three-term trigram boosting.
The terms are ad
On 26 July 2013 18:41, Furkan KAMACI wrote:
>
> Here is an example from example solrconfig file:
>
> content^0.5 anchor^1.0 title^1.2
> content^0.5 anchor^1.5 title^1.2 site^1.5
>
> What is the difference between qf and pf parameters, they both boost
> fields both there should be a dif