new release of contrib/tsearch V2

From: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
To: openfts discussion <openfts-general(at)lists(dot)sourceforge(dot)net>
Cc: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: new release of contrib/tsearch V2
Date: 2003-03-28 15:36:21
Message-ID: Pine.GSO.4.53.0303281834370.3878@ra.sai.msu.su
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi there,

we just released new version of tsearch V2. It's available for
testing form http://www.sai.msu.su/~megera/postgres/gist/

Changes:

* new function reset_tsearch() - reset all tsearch's caches on dictionary, parser and config. Useful for debugging.
* It's possible to get words statistics.
select * from stat('select txtidx_field from test_txtidx') order by ndoc desc;
For each unique word it returns:
word, number of documents with it and total number of word occurencies in indexed collection.
(getting statisctics could be very slow !)

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

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-03-28 15:54:23 Re: ECPG thread-safety
Previous Message mlw 2003-03-28 14:01:08 PostgreSQL and SOAP, version 7.4/8.0