pre-alpha release of OpenFTS (perl version) is available for testing - Mailing list pgsql-sql

From Oleg Bartunov
Subject pre-alpha release of OpenFTS (perl version) is available for testing
Date
Msg-id Pine.GSO.4.44.0202142219070.9731-100000@ra.sai.msu.su
Whole thread Raw
List pgsql-sql
Hi,

OpenFTS team is glad to announce a pre-alpha release of
OpenFTS perl version, which is available for testing from
openfts.sourceforge.net. We've created openfts-general
mailing list for general discussion. Details is available at
http://lists.sourceforge.net/lists/listinfo/openfts-general
We need your feedback !

We deprecated using contrib/intarray module and switched to
contrib/tsearch module. This version works only with 7.2 release
of PostgreSQL and later.

Also, we just posted generic perl interface to Snowball stemmers
(sbowball.sourceforge.net), which was developed primarly for
use as OpenFTS add-on. We'll announce it's availability after
Martin Porter accepts the module.

Below is the full list of changes:

        Add cygwin compatibility !
        Modify pgsql module to use in contrib directory
        Remove support working without intarray
        Change pgsql's intarray to tsearch module, this modifications
                requre some interface changes:
                1. dictionary must have method lemms, lemmsid now unused
                2. is_stoplemm is unused, instead use is_stoplexem
        Add optional method drop to dictionaries
        Add dropindex for remove OpenFTS instance
        Done changes of OpenFTS tables and corresponding relor/relkov function
        Some interface change (use_index_array deprecated,
                instead txtidx_field - mandated option)
        All scripts in examples/ are adapted for changes


    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


pgsql-sql by date:

Previous
From: "Christian Brink"
Date:
Subject: Is this the most efficent way to child nodes off a N-ary node database?
Next
From: Matthew Price
Date:
Subject: Index not being used