Closed irnnr closed 8 years ago
The RuleBasedAuthorizationPlugin
mentioned in the Solr 5.5 release notes might be interesting to look at. Maybe we can find something that we can re-use to update the plugin for current Solr versions.
never mind, it's only meant for general access to Solr and it's collections, not for checking access on a document level https://cwiki.apache.org/confluence/display/solr/Rule-Based+Authorization+Plugin
We've published version 1.6.1 (For Apache Solr 6.1.0)
https://github.com/TYPO3-Solr/solr-typo3-plugin/releases/tag/release-1_6_1
Currently the Solr plugin only support Solr up to v5.1. To support newer versions we need to make changes. This article might be helpful: http://lucidworks.com/blog/2015/05/15/custom-security-filtering-solr-5/