Boolean Model

Boolean Set Processing / Venn Diagram

Boolean Set Processing / Inverted File Results

Documents are made up of words, or other types of terms (numbers, phrases, or other types of features). So, we could build a matrix that has a row for each document, and a column for each term, with matrix entries holding a count of the number of occurrences of the term in the document. We can compress this into an inverted file.


Online Searching in the Boolean Model