: > typically for fields where you are using WDF with the "concat" options : > you would usually use a bit of slop on the generated phrase queries to : > allow for the loosenes of the position information. : : Ahh, ok I see dismax supports this with the ps= parameter. Thanks,
for dismax, the param you probably want to focus on is "qs" which is the slop associated with phrase queries which are generated by the main query from the "qf" query fields ... "ps" is the slop associated with the single score boosting phrase query that is forcibly constructed from the entire input string using the "pf" phrase fields. -Hoss