up vote 1 down vote favorite
share [g+] share [fb]

Does anyone know if/how you can retrieve the SharePoint search statistics via the API? We've been asked to build a Tag Cloud based on popular search terms so I want to get the top 10/15 most popular searches (together with their hit count) and build a control out programatically.

Anyone seen this done or can point me in the right direction?

Thanks, James.

link|improve this question

55% accept rate
feedback

1 Answer

up vote 1 down vote accepted

I don't know about the API. I do know that there is a stored proc in the shared services db which returns the top search queries. The proc is called "proc_MSS_QLog_TopQueries".

Some of the links which might help https://sharepoint.missouri.edu/wiki/Wiki%20Pages/MOSS%20Usage%20Reports%20explained.aspx http://jopx.blogspot.com/2008/04/extending-usage-analysis-reporting-in.html

Good luck

link|improve this answer
Thanks for this. I had stumbled my way to this SP also using reflector. – j.strugnell Nov 26 '09 at 11:07
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.