Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

At the bottom of the page, there is also an expert mode that allows you to quickly edit the pf and the qf values directly by a text field. Be careful to respect the syntax : field^weight and a blank space between the different fields for example :
title_en^50 content_en10en^10.

You also need to check the fieldtype of the field that you want to add and also its attributes. The field needs to have the attribute indexed=”true” and you also need that the field be tokenized. Indeed if its fieldtype is string, it will match only if the exact term is entered by the user.

...

Because the concepts of PF and QF can be challenging to understand, both are available only via the expert mode. In order to better understand these concepts, please consult the Solr documentation on the dismax query parser.

In addition to QF and BF field, you can add Boost (boost), Boost Query (bq) et Boost Function (bf) from since interface since Datafari 6.1. However, as the params.json file only accepts one entry of each type, you can not add more that one of each of these fields through this interfacerinterface. If you need more than one “boost”, “bf” of “bq”, consider editing your Solr configuration.

Find out more about “bf” and “bq” in the Solr documentation on the dismax query parser.

Find out more about “boost” in the Solr documentation on the Extended Dismax query parser.

Info

Notice that once you can click on the Confirm button, the modifications are immediately taken into account with no further action.

...