You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 24, 2020. It is now read-only.
The following syntaxes in "bq" do NOT produce the expected boost:
<str name="bq">{!match qf=MY_FIELD analyze_as=my_analyzer search_with=term v=$q}^2</str>
or
<str name="bq">{!match qf=MY_FIELD^2 analyze_as=my_analyzer search_with=term v=$q}</str>
Note that with edismax, the above first syntax does NOT work either, while the second does work:
<str name="bq">{!edismax qf=MY_FIELD^2 ... v=$q}</str>
The text was updated successfully, but these errors were encountered: