From: | Oleg Bartunov <oleg(at)sai(dot)msu(dot)su> |
---|---|
To: | Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>, <pgsql-admin(at)postgresql(dot)org>, <pgsql-interfaces(at)postgresql(dot)org>, <pgsql-sql(at)postgresql(dot)org> |
Subject: | pre-alpha release of OpenFTS (perl version) is available for testing |
Date: | 2002-02-14 19:36:02 |
Message-ID: | Pine.GSO.4.44.0202142219070.9731-100000@ra.sai.msu.su |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-hackers pgsql-interfaces 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(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83
From | Date | Subject | |
---|---|---|---|
Next Message | Pam Wampler | 2002-02-14 21:46:37 | Help on Trugger/Function |
Previous Message | Bruce Schreiber | 2002-02-14 18:56:33 | search engine |
From | Date | Subject | |
---|---|---|---|
Next Message | Thomas Lockhart | 2002-02-14 20:17:13 | Re: FWD: overlaps() bug? |
Previous Message | Rocco Altier | 2002-02-14 19:27:52 | Re: When and where to check for function permissions |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Badger | 2002-02-14 23:21:35 | Re-connecting dropped connections |
Previous Message | Markus Wagner | 2002-02-14 12:42:41 | serious problems with BOOL and Access |
From | Date | Subject | |
---|---|---|---|
Next Message | Oleg Bartunov | 2002-02-14 19:37:29 | Re: Is this the most efficent way to child nodes off a N-ary |
Previous Message | Matthew Price | 2002-02-14 19:33:49 | Index not being used |