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

core/modules/search/search.extender.inc, line 94
Search query extender and helper functions.

Class

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

Code

protected $normalize;