Versions Compared

Key

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

Finds all contents that are tagged with dogs but are especially interested in large dogs. Use the boost operator ^ in the simple search to make one term more relevant than another e.g. boost large:

Code Block
large^2 dogs

Apply the boost operator to multiple terms using quotation marks:

Code Block
"large dogs"^2

Boosting in the search helps you define the relevance of the content for your userssearch term. The boost parameter is used to increase the relative weight of a clause (with a boost greater than 1) importance (boost above 1) for the term or decrease the relative weight importance (with a boost between 0 and 1), but the increase or decrease is not linear. In other words, a boost of 2 does not result in double the score.

Things to note:

  • Boosting in a list is for the search in fields while tagging.

  • Boosting in layers is for the content search.

  • The boost values one can set in the Pictuepark are created by Picturepark staff. Please let support@picturepark.com know if you require additional boost values

    .

...

  • .

...

  • large^2 dogs

Boosts can also be applied to phrases or to groups for example if you would like to boost the term large dogs:

  • "large dogs"^2