7 Query Languages Operations
7 Query Languages Operations
1
Keyword-based querying
• Queries are combinations of words.
• The document collection is searched for documents
that contain these words.
• Word queries are intuitive, easy to express and
provide fast ranking.
• The concept of word must be defined.
– A word is a sequence of letters terminated by a separator
(period, comma, space, etc).
– Definition of letter and separator is flexible; e.g., hyphen
could be defined as a letter or as a separator.
– Usually, common words (such as “a”, “the”, “of”, …) are
ignored. 2
Single-word queries
• A query is a single word
– Usually used for searching in document images