Folks, Thanks for this wealth of information , the consensus generally seems to be that one should be able to save the queries in Solr core (another one) and then times stamp it to do further analysis . I will try and implement the same .
Siegfried, I looked at your JIRA issue which is impressive but would be an overkill in my situation so , I will implementing something simpler for use in my case. Thanks again everyone for this help. On Mon, Feb 9, 2015 at 3:14 AM, Siegfried Goeschl <sgoes...@gmx.at> wrote: > Hi folks, > > I implemented something similar but never got around to contribute it - > see https://issues.apache.org/jira/browse/SOLR-4056 > > The code was initially for SOLR3 but was recently ported to SOLR4 > > * capturing the most frequent search terms per core > * supports ad-hoc queries > * CSV export > > If you are interested we could team up and make a proper SOLR contribution > :-) > > Cheers, > > Siegfried Goeschl > > > On 08.02.15 05:26, S.L wrote: > >> Folks, >> >> Is there a way to implement the trending functionality using Solr , to >> give >> the results using a query for say the most searched terms in the past >> hours >> or so , if the most searched terms is not possible is it possible to at >> least the get results for the last 100 terms? >> >> Thanks >> >> >