Create a GIN index on the documents table for efficient full-text search queries, enabling fast text matching across title and content columns. The index uses the `to_tsvector` function with English configuration to support stemming and stop-word removal.