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
- modules/
search/ search.extender.inc, line 95 - 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;