Re: Time Stats

2012-03-09 Thread Raimon Bosch
second mean is 48.05%... 2012/3/9 Raimon Bosch > The answer is so easy. Just need to create an index with each visit. In > this way I could use faceted date search to create time statistics. > > "flats for rent new york" at 1/12/2011 => bounce_rate=48.6% > "flats for rent new york" at 1/1/2012 =

Re: Time Stats

2012-03-09 Thread Raimon Bosch
The answer is so easy. Just need to create an index with each visit. In this way I could use faceted date search to create time statistics. "flats for rent new york" at 1/12/2011 => bounce_rate=48.6% "flats for rent new york" at 1/1/2012 => bounce_rate=49.7% "flats for rent new york" at 1/2/2012 =

Re: Time Stats

2012-02-27 Thread Raimon Bosch
Anyone up to provide an answer? The idea is have a kind of CustomInteger compound by an array of timestamps. The value shown in this field would be based in the date range that you're sending. Biggest problem will be that this field would be in all the documents on your solr index so you need to

Time Stats

2012-02-26 Thread Raimon Bosch
Hi, Today I was playing with StatsComponent just to extract some statistics from my index. I'm using a solr index to store user searches. Basically what I did is to aggregate data from accesslog into my solr index. So now I can see average bounce rate for a group of user searches and see which one