This document summarizes a presentation about using PostgreSQL's native full text search capabilities and the Sphinx search engine. It discusses when each option may be preferable, how to configure and use Sphinx to index PostgreSQL data, and some key Sphinx features like distributed searching, misspelling corrections, and autocompletion. Sphinx can be used to offload text searches for improved performance and scalability compared to native PostgreSQL searching.