Re: Solr search streaming/callback

2010-07-14 Thread Chris Hostetter
: I was wondering if anyone was aware of any existing functionality where : clients/server components could register some search criteria and be : notified of newly committed data matching the search when it becomes : available you can register a postCommit listener in your solrconfig.xml file

Solr search streaming/callback

2010-06-29 Thread Peter Sturge
Hi, I was wondering if anyone was aware of any existing functionality where clients/server components could register some search criteria and be notified of newly committed data matching the search when it becomes available - a 'push/streaming' search, rather than 'pull'? Thanks!