Re: Get report of keywords searched.

2012-10-10 Thread Rajani Maski
Hi Mikhail, Thank you for the reply. I will try with it . Thanks Rajani On Sun, Oct 7, 2012 at 5:10 PM, Mikhail Khludnev wrote: > Rajani, > > IIRC solrmeter can grab search phrases from log. There is a special command > for doing it there. Right - Tool/Extract Queries. > > Regards > > On Sun,

Re: Get report of keywords searched.

2012-10-07 Thread Mikhail Khludnev
Rajani, IIRC solrmeter can grab search phrases from log. There is a special command for doing it there. Right - Tool/Extract Queries. Regards On Sun, Oct 7, 2012 at 10:02 AM, Rajani Maski wrote: > Hi Davide, Yes right. This can be done. > > Just one question, I am not sure if I had to cr

Re: Get report of keywords searched.

2012-10-06 Thread Rajani Maski
Hi Davide, Yes right. This can be done. Just one question, I am not sure if I had to create new thread for this question, Just wanted to know whether solrmeter or jmeter can help me get the keywords searched list? I am novice to solrmeter, just know that its used for stress test. Interested

Re: Get report of keywords searched.

2012-10-05 Thread Davide Lorenzo Marino
If you think this could be a problem for your performances you can try two different solutions: 1 - Make the call to update the db in a different thread 2 - Make an asynchronous http call to a web application that update the db (in this case the web app can be resident in a different machine, so t

Re: Get report of keywords searched.

2012-10-05 Thread Rajani Maski
Hi, Thank you for the reply Davide. Writing to db you mean to insert into db the search queries? I was thinking that this might effect search performance? Yes you are right, Getting stats for particular key word is tough. It would suffice if I can get q param and fq param values( when we sear

Re: Get report of keywords searched.

2012-10-04 Thread Davide Lorenzo Marino
If you need to analyze the search queries is not very difficult, just create a search plugin and put them in a db. If you need to search the single keywords it is more difficult and you need before starting to take some decision. In particular take the following queries and try to answer how you wo

Re: Get report of keywords searched.

2012-10-03 Thread Otis Gospodnetic
Hi Rajan, Unless you are super keen on implementing this yourself, let me point you to http://sematext.com/search-analytics/index.html which does what you described and a lot more. Alternatively, you could also try Google Analytics, which has some support for search, but not a lot. Otis -- Perfo

Get report of keywords searched.

2012-10-03 Thread Rajani Maski
Hi All, I am using solrJ. When there is search query hit, I am logging the url in a location and also it is getting logged into tomcat catalina logs. Now I wanted to implement a functionality of periodically(per week) analyzing search logs of solr and find out the keywords searched. Is there a