I process our HTTP logs. I'm sure there are log analyzers that
handle search terms, though I wrote a bit of Python to do it.
If you extract the search queries to a file, then use a Unix
pipe to get a list:

  sort < queries.txt | uniq -c | sort -rn > counted-queries.txt

wunder

On 9/25/08 12:29 AM, "sanraj25" <[EMAIL PROTECTED]> wrote:

> 
> hi,
> how will we find most searched keyword in solr?
> If anybody can suggest us a good solution, it would be helpful
> thank you
> 
> with  Regards,
> P.Parkavi

Reply via email to