This document provides an overview of full-text search mechanisms, highlighting the differences between traditional database queries and full-text search capabilities. It discusses indexing strategies, tokenization, and language processing, using Apache Lucene and Elasticsearch as key examples. The document also includes practical query examples, scoring methodologies, and the implementation of synonyms in search queries.