Thread: Equivalent of FULLTEXT in mySQL

Equivalent of FULLTEXT in mySQL

From
Glen Eustace
Date:
Is there any direct equivalent of the FULLTEXT index provided by mySQL ?

If not, has anyone implemented similiar functionality with PostgreSQL ?
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Glen and Rosanne Eustace,
GodZone Internet Services, a division of AGRE Enterprises Ltd.,
P.O. Box 8020, Palmerston North, New Zealand 5301
Ph/Fax: +64 6 357 8168, Mob: +64 21 424 015


Re: Equivalent of FULLTEXT in mySQL

From
Bruce Momjian
Date:
Glen Eustace wrote:
> Is there any direct equivalent of the FULLTEXT index provided by mySQL ?
>
> If not, has anyone implemented similiar functionality with PostgreSQL ?

See /contrib/fulltextindex.  We do have it.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

Who's using PostgreSQL ?

From
"Andy Samuel"
Date:
Just FYI .
WWW.MandrakeExpert.COM does.

http://www.mandrakeexpert.com/tech/index.php?action=credits





Re: Equivalent of FULLTEXT in mySQL

From
Oleg Bartunov
Date:
look at contrib/tsearch, contrib/fulltextindex and openfts.sourceforge.net
http://fts.postgresql.org/db/mw/index.html is running early version of OpenFTS

    Oleg
On Thu, 25 Apr 2002, Glen Eustace wrote:

> Is there any direct equivalent of the FULLTEXT index provided by mySQL ?
>
> If not, has anyone implemented similiar functionality with PostgreSQL ?
>

    Regards,
        Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83


Re: Equivalent of FULLTEXT in mySQL

From
Justin Clift
Date:
Hi Glen,

In addition to this, Christopher Kings-Lynne wrote a guide for
implementing Full Text Indexing in PostgreSQL:

http://techdocs.postgresql.org/techdocs/fulltextindexing.php

Hope this is what you're looking for.

:-)

Regards and best wishes,

Justin Clift


Oleg Bartunov wrote:
>
> look at contrib/tsearch, contrib/fulltextindex and openfts.sourceforge.net
> http://fts.postgresql.org/db/mw/index.html is running early version of OpenFTS
>
>         Oleg
> On Thu, 25 Apr 2002, Glen Eustace wrote:
>
> > Is there any direct equivalent of the FULLTEXT index provided by mySQL ?
> >
> > If not, has anyone implemented similiar functionality with PostgreSQL ?
> >
>
>         Regards,
>                 Oleg
> _____________________________________________________________
> Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
> Sternberg Astronomical Institute, Moscow University (Russia)
> Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
> phone: +007(095)939-16-83, +007(095)939-23-83
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org

--
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
   - Indira Gandhi