You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by hupadhyay <hu...@asite.com> on 2012/11/01 11:08:39 UTC

Re: Modelling Access Control

Hello All,

I am also trying to model ACL on solr search. Since in my case the data
itself is very huge and user base is also too big. Putting ACL inside solr
gives quite good response time, but ACL outside the solr seems to a
nightmare.

In case of ACL inside the solr puts heavy load on keeping solr index up to
date, because adding a single user in the project with 30000 entities in it
requires to update them all in solr index. And we have 500 approx user
addition per day.

Can any body please explain how to implement ACL outside the solr?

one more thing, in my case *search should return in < 1sec*

Thanks in advance



--
View this message in context: http://lucene.472066.n3.nabble.com/Modelling-Access-Control-tp1756817p4017479.html
Sent from the Solr - User mailing list archive at Nabble.com.

Re: Modelling Access Control

Posted by Otis Gospodnetic <ot...@gmail.com>.
Hi,

I think the best place to look is ManifoldCF.  Those guys have already
figured it all out, so I'm guessing what's done is ManifoldCF works well.

Have a look at http://search-lucene.com/?q=acl&fc_project=ManifoldCF

Otis
--
Search Analytics - http://sematext.com/search-analytics/index.html
Performance Monitoring - http://sematext.com/spm/index.html


On Thu, Nov 1, 2012 at 6:08 AM, hupadhyay <hu...@asite.com> wrote:

> Hello All,
>
> I am also trying to model ACL on solr search. Since in my case the data
> itself is very huge and user base is also too big. Putting ACL inside solr
> gives quite good response time, but ACL outside the solr seems to a
> nightmare.
>
> In case of ACL inside the solr puts heavy load on keeping solr index up to
> date, because adding a single user in the project with 30000 entities in it
> requires to update them all in solr index. And we have 500 approx user
> addition per day.
>
> Can any body please explain how to implement ACL outside the solr?
>
> one more thing, in my case *search should return in < 1sec*
>
> Thanks in advance
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Modelling-Access-Control-tp1756817p4017479.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>