Re: End user session tracking

2007-10-17 Thread Karl Wettin
16 okt 2007 kl. 17.12 skrev Ryan McKinley: So I'll start with an ad hoc session manager within Solr. Where in Solr should I add such a service? I am using a custom filter that extends SolrDispatchFilter. Alright, thanks! -- karl

Re: End user session tracking

2007-10-16 Thread Ryan McKinley
So I'll start with an ad hoc session manager within Solr. Where in Solr should I add such a service? You may be able to get what you need with just installing something like clickstream: http://www.opensymphony.com/clickstream/ If you need to integrate custom user handling and solr reque

End user session tracking

2007-10-16 Thread Karl Wettin
Where in Solr would I add my own services? Do I really want to do that? For reinforcement learning reasons I would like to keep track of all queries placed during an end user session, and as it expires I want to feed this information to an aggregated class used by a request handler. I bel