Field Specifiers to Bias Result Scores

  • BIAS. The BIAS field specifier (case sensitive) allows you to bias the score of results according to the numerical proximity of the specified field to a particular value.

    You can also boost the percentage relevance that is given to query results by setting up specific field process or by using multipliers. See Manipulate Result Relevance for details on BIAS and other methods that allow you to manipulate result scores.

  • BIASDATE. The BIASDATE field specifier (case sensitive) allows you to boost the score of result documents by a specified percentage, based on how close the date in a specified field is to a specified date.

  • BIASDISTCARTESIAN. The BIASDISTCARTESIAN field specifier allows you to boost the score of any document according to its distance from a specified point using Cartesian coordinates (X/Y).

  • BIASDISTSPHERICAL. The BIASDISTSPHERICAL field specifier allows you to boost the score of any document according to its distance from a specified point using spherical coordinates (latitude and longitude).

  • BIASNRANGE. The BIASNRANGE field specifier allows you to boost the score of a document by a specified percentage according to the numerical proximity of a value in a particular field to a particular range of values.

  • BIASRANGE. The BIASRANGE field specifier allows you to boost the score of a document by a specified percentage, based on how close the date in a particular field is to a particular range of dates.

  • BIASVAL. The BIASVAL field specifier (case sensitive) allows you to bias the score of result documents by a specified percentage, based on whether they include a specific value in the specified field.