@techreport{ilprints577, number = {2003-13}, month = {February}, author = {Qi Su and Jennifer Widom}, title = {Indexing Relational Database Content Offline for Efficient Keyword-Based Search}, type = {Technical Report}, publisher = {Stanford}, institution = {Stanford InfoLab}, year = {2003}, keywords = {keyword search, information retrieval, text database}, url = {http://ilpubs.stanford.edu:8090/577/}, abstract = {Information Retrieval systems such as web search engines offer convenient keyword-based search interfaces. In contrast, relational database systems require the user to learn SQL and to know the schema of the underlying data even to pose simple searches. We propose an architecture that supports highly efficient keyword-based search over relational databases: A relational database is "crawled" in advance, text-indexing virtual documents that correspond to interconnected database content. At query time, the text index supports keyword-based searches with instantaneous response, identifying database objects corresponding to the virtual documents matching the query. Our system, EKSO, creates virtual documents from joining relational tuples and uses the DB2 Net Search Extender for indexing and keyword-search processing. Experimental results show that index size is manageable, query response time is indeed instantaneous, and database updates (which are propagated incrementally as recomputed virtual documents to the text index) do not significantly hinder query performance. We also present a user study confirming the superiority of keyword-based search over SQL for a wide range of database retrieval tasks.} }