The document discusses different information retrieval models including boolean, vector, and probabilistic models. The boolean model uses set theory and boolean algebra to represent documents and queries. The vector model assigns weights to terms and ranks documents based on similarity to the query. The probabilistic model calculates the probability of a document being relevant given a query. It also covers structured models for different tasks like filtering and browsing.