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.*