As far as I'm aware, this information isn't stored intrinsically in Solr.

We had a similar requirement whereby we need to keep track of which searches
have been performed by particular users.
This is more of a security audit requirement rather than generic searching,
but the solution was to audit (in a SearchComponent) all users' search
activity. This auditing can then be written back to the index (or, perhaps
more preferably, a separate index), which can then be searched in the normal
way.

You could adopt the same strategy for your requirement. If you want to see
how we did this, have a look at SOLR-1872.

Thanks,
Peter




On Fri, Apr 30, 2010 at 7:14 AM, Praveen Agrawal <pkal...@gmail.com> wrote:

> Hi,
> I need to know what are the top (most frequently searched and their
> frequencies) 'n' (say 100) search queries that users tried. Does Solr keep
> this information and can return, or else what options do i have here?
> Thanks,
> Praveen
>

Reply via email to