Hi Stephen, > Putting the published recording info into solr seems to have so many > downsides that I'm wondering what the upside is? > > Are there compelling advantages to keeping ACLs for published media in > solr rather than in a database?
The reason for adding the authorization data to the search index is quite simple: when querying for a set of lectures, you only want those results that you are actually allowed to see, which means that you need to handle the access right at query time.mif you do it later on, you'll break the paging of your results. Tobias _______________________________________________ Matterhorn mailing list [email protected] http://lists.opencastproject.org/mailman/listinfo/matterhorn To unsubscribe please email [email protected] _______________________________________________
