Skip to content
This repository has been archived by the owner on Oct 24, 2020. It is now read-only.

Unable to boost the qf field #1

Open
brigaldies opened this issue Dec 4, 2017 · 0 comments
Open

Unable to boost the qf field #1

brigaldies opened this issue Dec 4, 2017 · 0 comments

Comments

@brigaldies
Copy link

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>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant