Re: Solr Search: Access Control / Role based security

2015-11-18 Thread Charlie Hull
On 18/11/2015 07:55, Noble Paul wrote: I haven't evaluated manifoldCF for this . However , my preference would be to have a generic mechanism in built into Solr to restrict user access to certain docs based on some field values. Relying on external tools make life complex for users who do not lik

Re: Solr Search: Access Control / Role based security

2015-11-17 Thread Noble Paul
I haven't evaluated manifoldCF for this . However , my preference would be to have a generic mechanism in built into Solr to restrict user access to certain docs based on some field values. Relying on external tools make life complex for users who do not like it. Our strategy is * Provide a plugg

Re: Solr Search: Access Control / Role based security

2015-11-10 Thread Anshum Gupta
I think both of those overlap at some point but aren't really directly related or problems that would be solved in the same manner. Document level security, though can be implemented using custom authentication/authorization plugins, but there are a fair amount of users who use ManifoldCF for the

Re: Solr Search: Access Control / Role based security

2015-11-10 Thread Susheel Kumar
Thanks everyone for the suggestions. Hi Noble - Were there any thoughts made on utilizing Apache ManifoldCF while developing Authentication/Authorization plugins or anything to add there. Thanks, Susheel On Tue, Nov 10, 2015 at 5:01 AM, Alessandro Benedetti wrote: > I've been working for a whi

Re: Solr Search: Access Control / Role based security

2015-11-10 Thread Alessandro Benedetti
I've been working for a while with Apache ManifoldCF and Enterprise Search in Solr ( with Document level security) . Basically you can add a couple of extra fields , for example : allow_token : containing all the tokens that can view the document deny_token : containing all the tokens that are den

Re: Solr Search: Access Control / Role based security

2015-11-09 Thread Scott Stults
Susheel, This is perfectly fine for simple use-cases and has the benefit that the filterCache will help things stay nice and speedy. Apache ManifoldCF goes a bit further and ties back to your authentication and authorization mechanism: http://manifoldcf.apache.org/release/trunk/en_US/concepts.htm

Solr Search: Access Control / Role based security

2015-11-05 Thread Susheel Kumar
Hi, I have seen couple of use cases / need where we want to restrict result of search based on role of a user. For e.g. - if user role is admin, any document from the search result will be returned - if user role is manager, only documents intended for managers will be returned - if user role is