bq
Solr query parameter.
The Boost Documents rule consists of the following elements:
field
. The document field to filter on.
keywords
. The words, phrases, or regex used as the filter.
mode
. Filtering logic applied to keywords, one of:
exact
. The keyword and the query must match exactly. This is case-sensitive.phrase
. The phrase matching on the items in the keywords list.regex
. Treat items in the keywords list as a regex.match
. Must match every item in the keyword list, but does not require phrase matching.boosts
. Consists of a list of pairs.
value
. One or more terms used for boosting.boost
. The numeric boost value. Default 100
.\t
for the tab character. When entering configuration values in the API, use escaped characters, such as \\t
for the tab character.