Tables: search (core)
Last modified: November 19, 2007 - 15:13
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.

