A retrieval model that uses Boolean logic to match documents with queries based on exact term matches.
Boolean retrieval uses logical operators like AND, OR, and NOT to combine search terms, retrieving documents that match the exact criteria specified in the query.
Boolean retrieval systems use inverted indexes to efficiently match query terms with documents. They rely on exact term matches and do not consider term frequency or document relevance.