A retrieval model that uses Boolean logic to match documents with queries based on exact term matches.
How It Works
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.
Technical Details
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.