public function SearchIndexInterface::updateWordWeights in Drupal 9
Same name and namespace in other branches
- 8 core/modules/search/src/SearchIndexInterface.php \Drupal\search\SearchIndexInterface::updateWordWeights()
Updates the {search_total} database table.
Parameters
array $words: An array whose keys are words from self::index() whose total weights need to be updated.
Throws
\Drupal\search\Exception\SearchIndexException If there is an error updating the totals.
1 method overrides SearchIndexInterface::updateWordWeights()
- SearchIndex::updateWordWeights in core/
modules/ search/ src/ SearchIndex.php - Updates the {search_total} database table.
File
- core/
modules/ search/ src/ SearchIndexInterface.php, line 97
Class
- SearchIndexInterface
- Provides search index management functions.
Namespace
Drupal\searchCode
public function updateWordWeights(array $words);