protected property SearchQuery::$normalize

Multiplier for the normalized search score.

This value is calculated by the first pass query and multiplied with the actual score of a specific word to make sure that the resulting calculated score is between 0 and 1.

Type: float

File

drupal/core/modules/search/lib/Drupal/search/SearchQuery.php, line 102
Definition of Drupal\search\SearchQuery.

Class

SearchQuery
Performs a query on the full-text search index for a word or words.

Namespace

Drupal\search

Code

protected $normalize;