Why even do any of the work :-)

Im not sure any of the free analytic apps (ala Google) can but the paid ones do, just drop the query into one of those and let them analyze ...

http://www.google.com/analytics/

Then just parse the reports.

- Jon

On Sep 25, 2008, at 8:39 AM, Mark Miller wrote:

sanraj25 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


Write some code to record every query/keyword. Could be done at different places depending on how you define 'keyword' compared to how things are tokenized.

Or, you should also be able to parse the solr logs and extract query information and figure it out based on that.

Or...? Havn't seen any code to help with this out there, but maybe there is some?

- Mark

Reply via email to