Hello - process the logs means you have to build your own program that reads 
and processes the logs, and does what ever you need it to. In a custom 
SearchComponent you can implement e.g. process() [1] and read the query, and do 
something with it.

[1]: 
http://lucene.apache.org/solr/5_0_0/solr-core/org/apache/solr/handler/component/SearchComponent.html#process%28org.apache.solr.handler.component.ResponseBuilder%29
 
-----Original message-----
> From:Nitin Solanki <nitinml...@gmail.com>
> Sent: Tuesday 24th March 2015 11:55
> To: solr-user@lucene.apache.org
> Subject: Re: Read or Capture Solr Logs
> 
> Hi Markus,
>                   Can you please help me. How to do that?
> Using both "Process the logs"
> or "make a simple SearchComponent implementation that reads
> SolrQueryRequest."
> 
> On Tue, Mar 24, 2015 at 4:17 PM, Markus Jelsma <markus.jel...@openindex.io>
> wrote:
> 
> > Hello, you can either process the logs, or make a simple SearchComponent
> > implementation that reads SolrQueryRequest.
> >
> > Markus
> >
> >
> >
> > -----Original message-----
> > > From:Nitin Solanki <nitinml...@gmail.com>
> > > Sent: Tuesday 24th March 2015 11:38
> > > To: solr-user@lucene.apache.org
> > > Subject: Read or Capture Solr Logs
> > >
> > > Hello,
> > >             I want to read or capture all the queries which are searched
> > by
> > > users. Any help on this?
> > >
> >
> 

Reply via email to