OSDN Git Service

I finally got the time to put together some stuff for fti for
authorBruce Momjian <bruce@momjian.us>
Sun, 19 Jul 1998 18:26:41 +0000 (18:26 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 19 Jul 1998 18:26:41 +0000 (18:26 +0000)
commit8f0ca623ffe71e3d7ae511b2c404b2eece085095
treeb200c833f7f30307f942b125cda341cc7f91c86e
parentaac163336f616bd2ddcba3e1af60c4a090ca7a50
I finally got the time to put together some stuff for fti for
inclusion in pgsql. I have included a README which should be enough
to start using it, plus a BENCH file that describes some timings
I have done.

Please have a look at it, and if you think everything is OK, I
would like it seen included in the contrib-section of pgsql.

I don't think I will do any more work in this, but maybe it inspires
somebody else to improve on it.

Maarten Boekhold
contrib/fulltextindex/BENCH [new file with mode: 0644]
contrib/fulltextindex/Makefile [new file with mode: 0644]
contrib/fulltextindex/README [new file with mode: 0644]
contrib/fulltextindex/fti.c [new file with mode: 0644]
contrib/fulltextindex/timings.sh [new file with mode: 0755]