pkgsrc/databases/postgresql81-tsearch2/DESCR
joerg 5436af224c By popular demand, add a package for the tsearch2 contrib module of
PostgreSQL 8.1. It can be used to implement efficient fulltext search
engines.
2006-12-01 20:13:49 +00:00

6 lines
384 B
Text

The Tsearch2 contrib module contains an implementation of a new data
type tsvector - a searchable data type with indexed access. In a
nutshell, tsvector is a set of unique words along with their
positional information in the document, organized in a special
structure optimized for fast access and lookup. This data type can
be used as backend for efficient full text search engines.