Re: Advice wanted on approach/architecture

2011-06-27 Thread Js
Hi Jan, The regex exclude is system-wide. I might have to do the regex filtering when loading the data. The problem is that there will be a process querying solr for matching records which will be "alerts". I have to prevent that the matching entries are loaded but not indexed. Thanks for the

Re: Advice wanted on approach/architecture

2011-06-26 Thread Jan Høydahl
When marking a line in your app, you could re-index that line with a field set to hide=true so that subsequent queries will not show that line. Regarding regex exclude: Will that be same for all users of system or is it per user? If it is system-wide I'd consider using a back-end job which re-in

Advice wanted on approach/architecture

2011-06-24 Thread Js
Hi List, I'm looking into some options on what technology to adopt building a specific logfile search solution. At first glance it looks like Solr is the tool I'm looking for. I intend to write a web-based front end for end users What would be a possible approach to tackle following requireme