Re: Indexed words
| Newsgroups | gmane.comp.web.mnogosearch.general |
|---|---|
| Message-ID | <OFE83D5D1B.DDBC6962-ONC12578BD.0027DD16-C12578BD.002A6DD4@iht.com> |
Many thanks Alexander. Is there a way to classify the words by "tag" (in the mnogosearch sense of the word)? Best regards, Philippe Alexander Barkov <[email protected]> 28/06/2011 08:18 To [email protected] cc [email protected] Subject Re: Indexed words 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.* P In order to preserve the environment, please do not print this message unless it is necessary.