Hi Paul, I actually use google analytics for this, since it is setup to do it. In fact, you can configure your GA profile to treat your search page as a search page and track the effectiveness of searches and even some support for filters!
Check it out. -J pdovyda2 wrote: > Hey Guys, > > I've been putting together a search engine using Solr/Lucene on the backend > and GWT for the UI. I am looking to track clickthroughs on my results to > construct relevance judgements for the dataset I'm using - but I'm not sure > of a good way to go about this. > > Obviously how you do this depends entirely on how your front end is set up, > but I would be interested to hear how other people using Solr have > implemented this so I can get some ideas. Is it as simple as having a click > execute some code server-side before redirecting the user, and just logging > the information to a database? How does this scale? > > - Paul