PostgreSQL 8.3beta1 Documentation
Prev
Fast Backward
Fast Forward
Next
Chapter 12. Full Text Search
Table of Contents
12.1.
Introduction
12.1.1.
What Is a
Document
?
12.1.2.
Performing Searches
12.1.3.
Configurations
12.2.
Tables and Indexes
12.2.1.
Searching a Table
12.2.2.
Creating Indexes
12.3.
Additional Controls
12.3.1.
Parsing
12.3.2.
Ranking Search Results
12.3.3.
Highlighting Results
12.4.
Dictionaries
12.4.1.
Stop Words
12.4.2.
Synonym Dictionary
12.4.3.
Thesaurus Dictionary
12.4.4.
Thesaurus Configuration
12.4.5.
Thesaurus Example
12.4.6.
Ispell Dictionary
12.4.7.
Snowball
Stemming Dictionary
12.4.8.
Dictionary Testing
12.4.9.
Configuration Example
12.5.
GiST and GIN Index Types
12.6.
Limitations
12.7.
psql
Support
12.8.
Debugging
12.9.
Example of Creating a Rule-Based Dictionary
12.10.
Example of Creating a Parser
Prev
Home
Next
Examining Index Usage
Up
Introduction