Re: Filtering query results

2009-11-20 Thread aseem cheema
Thank you much for your responses guys. I do not have ACL. I need to make a web service call to find out if a user has access to a document. I was hoping to get search results, call the web service with the IDs from the search results telling me what IDs the user has access to, and then filter othe

RE: Filtering query results

2009-11-20 Thread Glock, Thomas
Hi Aseem - I had a similar challenge. The solution that works for my case was to add "role" as a repeating string value in the solr schema. Each piece of content contains 1 or more roles and these values are supplied to solr for indexing. Users also have one or more roles (which correspond ex

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