Hi Joe,

http://sematext.com/search-analytics/index.html is free and will give you a
bunch of reports about search (Solr or anything else).  Not queries by IP,
though - for that you better grep logs.

Yes, you could also implement your own SearchComponent, assuming the
servers/LBs in front of Solr pass in the original IP, but I wouldn't put
this stuff in the query path.

Otis
--
SOLR Performance Monitoring - http://sematext.com/spm/index.html
Search Analytics - http://sematext.com/search-analytics/index.html




On Thu, Dec 6, 2012 at 10:50 AM, joe.cohe...@gmail.com <
joe.cohe...@gmail.com> wrote:

> Hi
> Is there an out-of-the-box or have anyone already implemented a feature for
> collecting statistics on queries?
>
>
> I've tried to see if I can parse the log file for /select request, but I'm
> using solr cloud, and each such request goes to a single instance, so going
> this wasy, I'll have to collect all /select log line sfrom all the
> instances.
>
> Any other advice on doing this?
>
> What I eventually need is the queries per IP, so I'll have both the overall
> and per-user usage statistics.
>
> thanks.
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/solr-searchHandler-searchComponent-for-query-statistics-tp4024837.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to