Hi Erik, Thank you for the solution. I'll surely give it a try. But I was trying to collect the logs directly from Solr source base (maybe by extending the edismax query parser) because that way I don't have to write query keywords into log files. After that I want to feed that data into Banana <https://github.com/LucidWorks/banana>. Is that possible?
Regards, Imtiaz Shakil Siddique Senior Software Engineer Chorki Limited www.chorki.com On 10 October 2015 at 05:43, Erik Hatcher <erik.hatc...@gmail.com> wrote: > There’s no built-in query log handling, other than the (jetty) request > logs. > > More and more these days, folks are logging directly or processing log > files back into Solr, in a separate collection, and driving analytics from > that. You can do a lot with logstash + banana ( > https://github.com/LucidWorks/banana <https://github.com/LucidWorks/banana>). > We, at Lucidworks, wrap all this up into our [excuse the commercial > interruption] platform Fusion. Fusion logs (optionally) all requests to > the query pipeline to a logs collection and drive the Silk (banana) > dashboard from that. > > — > Erik Hatcher, Senior Solutions Architect > http://www.lucidworks.com <http://www.lucidworks.com/> > > > > > > On Oct 9, 2015, at 6:29 PM, Imtiaz Shakil Siddique < > shakilsust...@gmail.com> wrote: > > > > Hi, > > > > I'd like to know is there any built-in feature/plugin in solr that can > > store user query . > > > > I know that I can always check the jetty server's log files which ships > > with solr for collecting user query. But is there any other better way? > And > > If I needed to write a plugin for this case, what plugin should I extend? > > > > Thank you. > > Imtiaz Shakil Siddique > > Senior Software Engineer > > Chorki Limited > > www.chorki.com > >