Query Operations
Typically querying is independent of file structures
Boolean Queries
- most commercial systems offer boolean query capabilities:
- To identify documents containing a particular term only the inverted index file needs to be used
- Results are determined through the creation of sets and the boolean results are determined by the implementation of boolean set intersection, set union, and set difference operations (see descriptions in Kroenke Chapter on SQL)