Re: Full text indexing. - Mailing list pgsql-general

From Brett W. McCoy
Subject Re: Full text indexing.
Date
Msg-id Pine.LNX.4.10.10004200711220.12380-100000@chapelperilous.net
Whole thread Raw
In response to Full text indexing.  ("Hentosh" <hentosh@io.com>)
Responses RE: Full text indexing.
List pgsql-general
On Wed, 19 Apr 2000, Hentosh wrote:

> What solutions is there for full text indexing and postgresql.  Are their
> any for use with languages other than English?

There is a library under the contrib directory of the source distribution
for full-text indexing.  It's fairly easy to set up, just read the
instructions in teh README.  As we were discussing earlier, if you're
doing lots of text, make sure you cluster your indexes.

AFAIK, the indexing isn't language dependent, since it just parses text
fields and makes separate tables for the indexes.  Don't see why it
couldn't be used for different langauges.

Brett W. McCoy
                                              http://www.chapelperilous.net
---------------------------------------------------------------------------
Preserve wildlife -- pickle a squirrel today!


pgsql-general by date:

Previous
From: Maarten Boekhold
Date:
Subject: Re: full-text indexing
Next
From: "Hentosh"
Date:
Subject: RE: Full text indexing.