Thanks Mitch.. I've an application fronting the Solr for updating/searching etc, and i'll make use of that to store this info.
Thanks to all for suggestions. On Fri, Apr 30, 2010 at 3:43 PM, MitchK <mitc...@web.de> wrote: > > The most simple way is to send the querystring to your Solr-client *and* to > your custom query-fetcher, which could be any database you like. Doing so, > you can count how often which query was send etc. > *And* you can make them searchable by exporting those datasets to another > Solr-core. > Why an extra DB? > Because if there occurs a crash, you got no guaranties given by Solr. Keep > in mind that Solr is only an index-search-server, not a real database. > > This is the pretty easiest way to implement such a feature, I think. > > Good luck. > - Mitch > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Any-way-to-get-top-n-queries-searched-from-Solr-tp767165p767489.html > Sent from the Solr - User mailing list archive at Nabble.com. >