Last updated November 19, 2007. Created by sime on June 24, 2006.
Edited by AjK. Log in to edit this page.
Here is a list of the tables are used to manage searching in your standard (core) Drupal installation. Please refer to the database documentation for progress on a detailed database schema and data dictionary.
- search_dataset
-
Each row of this table is the simplified content of a node (or other type).
- search_index
-
An index of every word of the content in search_dataset.
- search_total
-
Unique list of words from search_index, with frequency statistics.
