Proceedings 2003 VLDB Conference 2003
DOI: 10.1016/b978-012722442-8/50080-x
|View full text |Cite
|
Sign up to set email alerts
|

Efficient IR-Style Keyword Search over Relational Databases

Abstract: Applications in which plain text coexists with structured data are pervasive. Commercial relational database management systems (RDBMSs) generally provide querying capabilities for text attributes that incorporate state-of-the-art information retrieval (IR) relevance ranking strategies, but this search functionality requires that queries specify the exact column or columns against which a given list of keywords is to be matched. This requirement can be cumbersome and inflexible from a user perspective: good an… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

1
698
1
1

Year Published

2005
2005
2017
2017

Publication Types

Select...
5
2
1

Relationship

0
8

Authors

Journals

citations
Cited by 470 publications
(701 citation statements)
references
References 14 publications
1
698
1
1
Order By: Relevance
“…The relation-based approaches aim at processing a keyword query with SQL, by utilizing the schema information in RDBMS. Such systems include DBXPlore [1], IR-Style [17], and DISCOVER [18]. On the other hand, the tuple-based approaches aim at processing a keyword query by utilizing the weights associated with nodes (tuples) and edges (foreign-key reference) in a graph.…”
Section: (B)mentioning
confidence: 99%
See 2 more Smart Citations
“…The relation-based approaches aim at processing a keyword query with SQL, by utilizing the schema information in RDBMS. Such systems include DBXPlore [1], IR-Style [17], and DISCOVER [18]. On the other hand, the tuple-based approaches aim at processing a keyword query by utilizing the weights associated with nodes (tuples) and edges (foreign-key reference) in a graph.…”
Section: (B)mentioning
confidence: 99%
“…There are l groups, V 1 , · · · , V l . All groups can be obtained with either the symboltable techniques [1] or the full text index techniques [18]. Minimum group Steiner tree problem (GST-1): Given a l-keyword query, to find the minimum cost connected tree T , such as V (T ) ∩ V i = ∅ for i = 1, · · · , l. For brevity, the cost of such a tree T , is given below.…”
Section: Problem Statementmentioning
confidence: 99%
See 1 more Smart Citation
“…According to the different modeling methods of databases, the existing query methods can be divided into two main categories: schema graph-based methods and data graph-based methods. In [16][17][18][19][20][21], the database is modeled as a schema graph, where nodes represent tables and edges represent primary-foreign-key relationships. These methods enumerate all possible CNs (Candidate Networks) based on the schema graph.…”
Section: Keyword Query In Relational Databasesmentioning
confidence: 99%
“…BLINKS [8] improves it by designing a bi-level index for result pruning, with the tradeoffs in index size and maintenance cost. XKeyword [11] uses schema information to reduce search space, but its query evaluation is based on the method of DISCOVER [10] built on RDBMS, which cannot distinguish the containment and reference edges to further reduce search space. [5] builds a tree+IDRef model to capture ID references by avoiding the NP-hard complexity.…”
Section: Related Workmentioning
confidence: 99%