Rajesh Kumar Mallah wrote:
> can anyone help me analyzing the co_name_vec for the high frequency words?
Use tsearch2's stat() function. Look at the example at the bottom of the following page:
http://www.sai.msu.su/~megera/oddmuse/index.cgi/Tsearch_V2_Notes
There's a lot of other documentation on the tsearch2 home page at:
http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/
George Essig