Re: Per user document exclusions

2012-11-19 Thread Otis Gospodnetic
Hi Christian, Since you didn't explicitly mention it, I'm not sure if you are aware of it - ManifoldCF has ACL support built in. This may be what you are after. Otis -- Solr Performance Monitoring - http://sematext.com/spm/index.html Search Analytics - http://sematext.com/search-analytics/index.

Re: Per user document exclusions

2012-11-19 Thread SUJIT PAL
Hi Christian, Since customization is not a problem in your case, how about writing out the userId and excluded document ids to the database when it is excluded, and then for each query from the user (possibly identified by a userid parameter), lookup the database by userid, construct a NOT filt

Per user document exclusions

2012-11-18 Thread Christian Jensen
Hi, We have a need to allow each user to 'exclude' individual documents in the results. We can easily do this now within the RDBMS using a FTS index and a query with 'OUTER LEFT JOIN WHERE NULL' type of thing. Can Solr do this somehow? Heavy customization is not a problem - I would bet this has a