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

Unable to boost the qf field #1

@brigaldies

Description

@brigaldies

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions