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.

Reply via email to