0

Is there any way we can keep track of the top 'N' queries in solr? If not, can someone give me any pointers on this?

Thanks

dehsams123
  • 251
  • 2
  • 7
  • 18

1 Answers1

2

This is not functionality supplied directly within Solr. However a few ways are outlined in this previous post from the Solr Mailing List:

Any way to get top 'n' queries searched from Solr?

Paige Cook
  • 22,415
  • 3
  • 57
  • 68
  • Thanks I have already visited the link that you've provided.. I was just curious to know if there were any other alternatives.. – dehsams123 Jul 18 '13 at 11:34