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