Re: Indexed words

Alexander Barkov <[email protected]>
Newsgroups gmane.comp.web.mnogosearch.general
Message-ID <[email protected]>
Hi,

[email protected] wrote:
> 
> Hello,
> 
> is it possible to retrieve indexed words from a mnogosearch dictionary, 
> to create a tag cloud?
> 
> Many thanks.

This query should do for DBMode=blob :

SELECT word, sum(length(intag)) AS freq
FROM bdict GROUP BY word ORDER by freq DESC;

> 
> Philippe
> *
> P** In order to preserve the environment, please do not print this 
> message unless it is necessary.*
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.