> Can anyone explain to me the
> practical difference (i.e. in terms of results)
> between query slop and phrase slop?

I think you are asking about dismax's parameters, right?

ps (Phrase Slop) is about pf parameter.

qs (Query Phrase Slop) : You cannot use tilde operator with dismax, so this 
parameter is used instead. 

luceneQParser : "term1 term2"~3 => dismaxQParer : q="term1 term2"&qs=3


      

Reply via email to