Re: Filtering query results

2009-11-20 Thread aseem cheema
r > has access - so an OR clause works.  Your system may have more complex > role rules. > > -Original Message- > From: aseem cheema [mailto:aseemche...@gmail.com] > Sent: Thursday, November 19, 2009 5:00 PM > To: solr-user@lucene.apache.org > Subject: Filtering que

RE: Filtering query results

2009-11-20 Thread Glock, Thomas
ess - so an OR clause works. Your system may have more complex role rules. -Original Message- From: aseem cheema [mailto:aseemche...@gmail.com] Sent: Thursday, November 19, 2009 5:00 PM To: solr-user@lucene.apache.org Subject: Filtering query results Hey Guys, I need to filter out some result

Re: Filtering query results

2009-11-20 Thread Grant Ingersoll
On Nov 19, 2009, at 4:59 PM, aseem cheema wrote: > Hey Guys, > I need to filter out some results based on who is performing the > search. In other words, if a document is not accessible to a user > performing search, I don't want it to be in the result set. What is > the best/easiest way to do th

Filtering query results

2009-11-19 Thread aseem cheema
Hey Guys, I need to filter out some results based on who is performing the search. In other words, if a document is not accessible to a user performing search, I don't want it to be in the result set. What is the best/easiest way to do this reliable/securely in Solr? Thanks -- Aseem