Full Text Index Stats

From: "Ryan Hansen" <ryan(dot)hansen(at)brightbuilders(dot)com>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: Full Text Index Stats
Date: 2008-10-20 19:32:34
Message-ID: 001b01c932ea$9c866800$d5933800$@hansen@brightbuilders.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Greetings,

I couldn't find anything about this in the documentation or the mailing list
archives, so forgive me if this has already been addressed.

I'm trying to determine if the full text indexing has any built-in
capability for providing information about word occurrence, i.e. the number
of times a given word is used. I read about the ts_stat function, but
either I don't understand the syntax well enough or I don't think this is
what I'm looking for. I know it can be used for determining the most used
words in the index (although this is very slow), but I want to be able to
get the number of occurrences on a given word. Is that kind of thing
built in somewhere or do I need to write it myself?

Thanks!

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message David Garamond 2008-10-22 05:14:49 grouping/clustering query
Previous Message Patrick Scharrenberg 2008-10-20 13:55:07 Re: generating date sequences