Hello all,

We need to build a Analytics kind of application. Intially we plan to aggregate 
the result and add it to database or use any ETL tool. I have an idea to use 
Facet search. I just want to know others opinion on this.

We require results in the below fashion. Top 3 results in each column.

Top users                 Country                 PageAccessed     
UserA (100)             India (1000)           /Articles/abc (200)
UserB (100)             US(500)                 /Articles/xyz (200)
UserC (100)             Russia(200)            /Articles/aaa (100)

When click on particular user, the results should be grouped for that User.
Top users                 Country                 PageAccessed     
UserA (100)             India (100)           /Articles/abc (55)
                                US(50)                 /Articles/xyz (25)
                                                             /Articles/aaa (10)

This is just an example. I think facet search will help to solve this kind of 
issue.

Regards
Ganesh
Send free SMS to your Friends on Mobile from your Yahoo! Messenger. Download 
Now! http://messenger.yahoo.com/download.php

Reply via email to